tree: 442e80676b98c188dcfb95062541e7f2d527865a [path history] [tgz]
  1. .codecov.yml
  2. .gitignore
  3. .travis.yml
  4. CHANGELOG.md
  5. LICENSE.txt
  6. Makefile
  7. README.md
  8. error.go
  9. glide.lock
  10. glide.yaml
  11. go113.go
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.