pulumi/sdk/go/common/util/mapper
Fraser Waters a6a1c5afd2 Use `assert.NoError` rather than `assert.Nil`
Likewise `require.NoError` instead of `require.Nil`, and `assert.Error` rather
than `assert.NotNil`.

The error variants of these functions print the errors nicer for test failures
using `Error()` rather than `GoString()`.
2023-10-11 20:23:31 +01:00
..
errors.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
mapper.go chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
mapper_decode.go sdk/go/common/util cleanup 2023-03-10 08:49:00 +00:00
mapper_encode.go sdk/go: Prefer contract.Assertf over Assert 2023-02-15 10:22:43 -08:00
mapper_test.go Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00
object.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00