mirror of https://github.com/uber-go/multierr.git
|
|
||
|---|---|---|
| scripts | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE.txt | ||
| Makefile | ||
| README.md | ||
| benchmarks_test.go | ||
| error.go | ||
| error_test.go | ||
| glide.lock | ||
| glide.yaml | ||
README.md
multierr

multierr allows combining one or more Go errors together.
Installation
go get -u go.uber.org/multierr
Status
Beta
Released under the MIT License.