package
0.1.1
Repository: https://github.com/zaporter/go-update-mongo.git
Documentation: pkg.go.dev

# Functions

BeTrue panic if the b is not true.
BeZero panics if argument has non-zero value.
NoError panics if the error is not nil.
NotBeZero panics if argument has zero value.
NotFail panics if the error is not nil, returns res otherwise.