package
0.0.7
Repository: https://github.com/basemind-ai/monorepo.git
Documentation: pkg.go.dev

# Functions

LogIfErr - logs the error if it is not nil.
Must - panics if the error is not nil.
MustResult - panics if the error is not nil, otherwise returns the result.
ReturnAnyErr - returns the first error in the list of values, if any.
ReturnNotNil - panics if the value is nil, otherwise returns the value.