Minimal readme (#3)

1 file changed
tree: 72efad6a5be7e295fac9bf1a93ceb099fc2aad92
  1. .gitignore
  2. error.go
  3. error_test.go
  4. glide.lock
  5. glide.yaml
  6. LICENSE.txt
  7. 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.