Update changelog
1 file changed
tree: d9707e7b3e5ae3a9e047f9f705418348aea97c60
  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.