tree: fb433e8063c3872ac73a20a47d2ebba69d5cf72e [path history] [tgz]
  1. scripts/
  2. .gitignore
  3. .travis.yml
  4. error.go
  5. error_test.go
  6. glide.lock
  7. glide.yaml
  8. LICENSE.txt
  9. Makefile
  10. 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

Beta


Released under the MIT License.