jason 075d766964 first | hace 3 años | |
---|---|---|
.. | ||
.codecov.yml | hace 3 años | |
.gitignore | hace 3 años | |
.travis.yml | hace 3 años | |
CHANGELOG.md | hace 3 años | |
LICENSE.txt | hace 3 años | |
Makefile | hace 3 años | |
README.md | hace 3 años | |
benchmarks_test.go | hace 3 años | |
error.go | hace 3 años | |
error_test.go | hace 3 años | |
example_test.go | hace 3 años | |
glide.yaml | hace 3 años | |
go.mod | hace 3 años | |
go.sum | hace 3 años | |
go113.go | hace 3 años | |
go113_test.go | hace 3 años | |
tools_test.go | hace 3 años |
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.