github.com/SomethingBot/multierror

Package multierror contains a Multierror for combining multiple errors and compiling with errors.Is


Keywords
go, golang, golang-library
License
MIT
Install
go get github.com/SomethingBot/multierror

Documentation

multierror

Build Status Go Reference Go Report Card

a simple package for handling horizontal errors as opposed to veritical (fmt.Errorf %w error wrapping)