Preparing release v0.1.0

So that we can evaluate the library safely pre-1.0 rather than pinning
to master.
1 file changed
tree: faddd20fae85c204c87ca567c06661d277e5d2d4
  1. scripts/
  2. .gitignore
  3. .travis.yml
  4. benchmarks_test.go
  5. CHANGELOG.md
  6. error.go
  7. error_test.go
  8. glide.lock
  9. glide.yaml
  10. LICENSE.txt
  11. Makefile
  12. 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.