066fb6c69e
full diff: https://github.com/uber-go/multierr/compare/v1.6.0...v1.8.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
.codecov.yml | ||
.gitignore | ||
CHANGELOG.md | ||
error.go | ||
glide.yaml | ||
LICENSE.txt | ||
Makefile | ||
README.md |
multierr
multierr
allows combining one or more Go error
s 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.