tree: d18e749027c5a60b9f05fb03d11b82f61509d58e [path history] [tgz]
  1. .codecov.yml
  2. .gitignore
  3. CHANGELOG.md
  4. error.go
  5. glide.yaml
  6. go.mod
  7. go.sum
  8. LICENSE.txt
  9. Makefile
  10. README.md
third_party/golibs/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.