package
1.6.1
Repository: https://github.com/tao-kit/tao.git
Documentation: pkg.go.dev

# Functions

Chain runs funs one by one until an error occurred.
In checks if the given err is one of errs.
Wrap returns an error that wraps err with given message.
Wrapf returns an error that wraps err with given format and args.

# Structs

AtomicError defines an atomic error.
BatchError is an error that can hold multiple errors.