kubernetes/vendor/go.uber.org/multierr
2019-04-03 10:19:40 -04:00
..
.codecov.yml Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
.gitignore Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
.travis.yml Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
BUILD Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
CHANGELOG.md Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
error.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
glide.lock Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
glide.yaml Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
LICENSE.txt Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
Makefile Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
README.md Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00: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.