//
pkg.gl
Category
github.com/chronicleprotocol/go-utils
errutil
package
0.1.1
Repository:
https://github.com/chronicleprotocol/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
55 SLOC
#
Functions
Append
Append combines the provided error with a list of errors.
Ignore
Ignore is a helper function that returns the first argument and ignores the error.
Must
Must is a helper function that panics when the error is not nil.
#
Type aliases
MultiError
MultiError is a collection of errors.