package
0.0.0-20231204091538-5bb4afb30440
Repository: https://github.com/qjpcpu/common.v2.git
Documentation: pkg.go.dev

# Functions

AllowPanic swallow panic.
ShouldBeNil would panic if err is not nil.
ShouldBeTrue would panic if codition is false.
ShouldEqual would panic if not equal.
ShouldSuccessAtLeastOne excute functions one by one until success.