ceph-csi/vendor/go.uber.org/multierr
Humble Chirammal 34fc1d847e Changes to accommodate client-go changes and kube vendor update
to v1.18.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-04-14 10:50:12 +00:00
..
.codecov.yml Migrate from dep to go module 2020-03-17 10:44:07 +00:00
.gitignore Migrate from dep to go module 2020-03-17 10:44:07 +00:00
.travis.yml Migrate from dep to go module 2020-03-17 10:44:07 +00:00
CHANGELOG.md Changes to accommodate client-go changes and kube vendor update 2020-04-14 10:50:12 +00:00
error.go Changes to accommodate client-go changes and kube vendor update 2020-04-14 10:50:12 +00:00
glide.yaml Migrate from dep to go module 2020-03-17 10:44:07 +00:00
go113.go Update to kube v1.17 2020-01-17 12:06:02 +00:00
go.mod Changes to accommodate client-go changes and kube vendor update 2020-04-14 10:50:12 +00:00
go.sum Changes to accommodate client-go changes and kube vendor update 2020-04-14 10:50:12 +00:00
LICENSE.txt Update to kube v1.17 2020-01-17 12:06:02 +00:00
Makefile Migrate from dep to go module 2020-03-17 10:44:07 +00:00
README.md Migrate from dep to go module 2020-03-17 10:44:07 +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.