Releasing v0.2.0
1 file changed
tree: 3232e7901698e508b4e7fc3fb45f4ceba738ec02
  1. scripts/
  2. .gitignore
  3. .travis.yml
  4. benchmarks_test.go
  5. CHANGELOG.md
  6. error.go
  7. error_test.go
  8. glide.lock
  9. glide.yaml
  10. LICENSE.txt
  11. Makefile
  12. 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.