kubernetes/vendor/go.uber.org/multierr
pacoxu 54bc0ff250 update uber zap to 1.16.0 to fix a nil pointer exception
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-04-01 15:28:29 +08:00
..
.codecov.yml
.gitignore update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
.travis.yml update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
CHANGELOG.md update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
error.go update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
glide.yaml
go113.go update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
go.mod update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
go.sum update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
LICENSE.txt
Makefile update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
README.md update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors 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.