//
pkg.gl
Category
github.com/zaporter/go-update-mongo
internal
ferret
util
must
package
0.1.1
Repository:
https://github.com/zaporter/go-update-mongo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
28
Files
29 SLOC
#
Functions
BeTrue
BeTrue panic if the b is not true.
BeZero
BeZero panics if argument has non-zero value.
NoError
NoError panics if the error is not nil.
NotBeZero
NotBeZero panics if argument has zero value.
NotFail
NotFail panics if the error is not nil, returns res otherwise.