package
0.0.0-20240614095155-da5732d4417d
Repository: https://github.com/kjk/common.git
Documentation: pkg.go.dev

# Functions

Equal asserts that two objects are equal.
False asserts that the specified value is false.
Len asserts that the specified object has specific length.
Nil asserts that the specified object is nil.
NoError asserts that a function returned no error (i.e.
NotEmpty asserts that the specified object is NOT empty.
NotEqual asserts that the specified values are NOT equal.
NotNil asserts that the specified object is not nil.
True asserts that the specified value is true.

# Interfaces

TestingT is an interface wrapper around *testing.T.