mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
06c797f517
Signed-off-by: Cory Snider <csnider@mirantis.com> |
||
---|---|---|
.. | ||
.codecov.yml | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
error.go | ||
glide.yaml | ||
go113.go | ||
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.