You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Kochie
cdb9e7d2b8
|
5 years ago | |
---|---|---|
.. | ||
.codecov.yml | 6 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
CHANGELOG.md | 5 years ago | |
LICENSE.txt | 6 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
error.go | 5 years ago | |
glide.yaml | 6 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
go113.go | 5 years ago |
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.