package
0.0.67
Repository: https://github.com/kunitsucom/util.go.git
Documentation: pkg.go.dev

# Functions

Equal asserts that expected and actual are deeply equal.
Error asserts that err is not nil.
ErrorContains asserts that err contains substr.
ErrorIs asserts that err is target.
False asserts that value is false.
Nil asserts that value is nil.
NoError asserts that err is nil.
NotEqual asserts that expected and actual are not deeply equal.
NotNil asserts that value is not nil.
True asserts that value is true.