Preparing release v1.2.0 (#29)

1 file changed
tree: 06b4c464d816521f4c6d6b58a546e57edf22d0c8
  1. scripts/
  2. .codecov.yml
  3. .gitignore
  4. .travis.yml
  5. benchmarks_test.go
  6. CHANGELOG.md
  7. error.go
  8. error_test.go
  9. example_test.go
  10. glide.lock
  11. glide.yaml
  12. go113.go
  13. go113_test.go
  14. LICENSE.txt
  15. Makefile
  16. 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

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.