package
0.6.0
Repository: https://github.com/softwok/mongo-util.git
Documentation: pkg.go.dev

# Functions

AnyNil returns true if any of the passed in parameters are nil, and returns false otherwise.
AssertErrIsNil function assert that the passed-in error is nil.
IsNil function determines whether the parameter is nil or not.
PanicErr panics using the passed-in error if it's not nil.
ToCamelCase converts a string to CamelCase.
ToLowerCamelCase converts a string to lowerCamelCase.
ToSnakeCase returns snake_case of the provided value.