tree: 1031a98838de9a198abcb4e99b487fac6d54b83f [path history] [tgz]
  1. scripts/
  2. .codecov.yml
  3. .gitignore
  4. .travis.yml
  5. CHANGELOG.md
  6. error.go
  7. glide.lock
  8. glide.yaml
  9. LICENSE.txt
  10. Makefile
  11. README.md
vendor/go.uber.org/multierr/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.