go-multierror
Go (golang) package for representing a list of errors as a single error.
2,543
Drop-in replacement for builtin Go errors. This is a minimal error handling package with custom error types, user friendly messages, Unwrap & Is. With very easy to use and straightforward helper functions.
Go (golang) package for representing a list of errors as a single error.
Go error library with error portability over the network.
A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors.
A feature rich error package with stack traces, composition of errors and more.
Package for representing a list of errors as a single error.