package
1.1.0-alpha
Repository: https://github.com/go-spring/spring-stl.git
Documentation: pkg.go.dev

# Functions

Check 用于检查参数有效性。.
Equal asserts that got and expect are equal as defined by reflect.DeepEqual.
Error asserts that a got error string matches a given regular expression.
False asserts that got is false.
Matches asserts that a got value matches a given regular expression.
Nil asserts that got is nil.
NotEqual asserts that got and expect are not equal as defined by reflect.DeepEqual.
NotNil asserts that got is not nil.
Panic asserts that function fn() would panic.
True asserts that got is true.

# Type aliases

No description provided by the author