package
0.0.11
Repository: https://github.com/acmestack/godkits.git
Documentation: pkg.go.dev

# Functions

Equal Judge whether the values are not equal @param t test @param exp expect result @param got compared value @param args error prompt content.
IsFalse Judge whether the value is false @param t test @param result false @param args error prompt content.
IsNull Judge whether the value is nil @param t test @param got want type @param args error prompt content.
IsTrue Judge whether the value is true @param t test @param result true @param args error prompt content.
Matches asserts that a value matches a given regular expression.
NotEqual Judge whether the values are equal @param t test @param exp expect result @param got compared value @param args error prompt content.
Panic asserts that function fn() panics.