tree: 61231d6434356611d84ad3450f49b34f1801655b [path history] [tgz]
  1. .codecov.yml
  2. .gitignore
  3. .travis.yml
  4. benchmarks_test.go
  5. CHANGELOG.md
  6. error.go
  7. error_test.go
  8. example_test.go
  9. glide.yaml
  10. go.mod
  11. go.sum
  12. go113.go
  13. go113_test.go
  14. LICENSE.txt
  15. Makefile
  16. README.md
  17. tools.go
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

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.