kubernetes/vendor/go.uber.org/multierr
2022-05-04 10:27:41 -04:00
..
.codecov.yml Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
.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 protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
CHANGELOG.md Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
error.go Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04:00
glide.yaml Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
go113.go update uber zap to 1.16.0 to fix a nil pointer exception 2021-04-01 15:28:29 +08:00
LICENSE.txt Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
Makefile Update protobuf,grpc,etcd dependencies 2021-06-15 10:06:09 -04: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.