package
0.3.6
Repository: https://github.com/hopeio/utils.git
Documentation: pkg.go.dev

# Functions

Append appends the given errors together.
AppendInto appends an error into the destination of an error pointer and returns whether the error being appended was non-nil.
AppendInvoke appends the result of calling the given Invoker into the provided error pointer.
Close builds an Invoker that closes the provided io.Closer.
Combine combines the passed errors into a single error.
Errors returns a slice containing zero or more errors that the supplied error is composed of.
No description provided by the author

# Interfaces

Invoker is an operation that may fail with an error.

# Type aliases

Invoke wraps a function which may fail with an error to match the Invoker interface.
MultiError is an error that holds one or more errors.