tree: 805f641388f7a78eb89a09443611bf0e75ce13bd [path history] [tgz]
  1. .codecov.yml
  2. .gitignore
  3. CHANGELOG.md
  4. error.go
  5. glide.yaml
  6. LICENSE.txt
  7. Makefile
  8. 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.