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