tree: 8dc4c9a0c25e9932d9a9898f2a56d23ab6b91805 [path history] [tgz]
  1. scripts/
  2. .gitignore
  3. .travis.yml
  4. benchmarks_test.go
  5. error.go
  6. error_test.go
  7. glide.lock
  8. glide.yaml
  9. LICENSE.txt
  10. Makefile
  11. README.md
README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Beta


Released under the MIT License.