jason 075d766964 first | il y a 3 ans | |
---|---|---|
.. | ||
.codecov.yml | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.travis.yml | il y a 3 ans | |
CHANGELOG.md | il y a 3 ans | |
LICENSE.txt | il y a 3 ans | |
Makefile | il y a 3 ans | |
README.md | il y a 3 ans | |
benchmarks_test.go | il y a 3 ans | |
error.go | il y a 3 ans | |
error_test.go | il y a 3 ans | |
example_test.go | il y a 3 ans | |
glide.yaml | il y a 3 ans | |
go.mod | il y a 3 ans | |
go.sum | il y a 3 ans | |
go113.go | il y a 3 ans | |
go113_test.go | il y a 3 ans | |
tools_test.go | il y a 3 ans |
multierr
allows combining one or more Go error
s together.
go get -u go.uber.org/multierr
Stable: No breaking changes will be made before 2.0.
Released under the MIT License.