csi-driver-nfs/vendor/go.uber.org/multierr
Mayank Shah 21db7fafe6 Update vendor directory
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-03 23:56:05 +05:30
..
.codecov.yml Update vendor directory 2020-11-03 23:56:05 +05:30
.gitignore Update vendor directory 2020-11-03 23:56:05 +05:30
.travis.yml Update vendor directory 2020-11-03 23:56:05 +05:30
CHANGELOG.md Update vendor directory 2020-11-03 23:56:05 +05:30
LICENSE.txt Update vendor directory 2020-11-03 23:56:05 +05:30
Makefile Update vendor directory 2020-11-03 23:56:05 +05:30
README.md Update vendor directory 2020-11-03 23:56:05 +05:30
error.go Update vendor directory 2020-11-03 23:56:05 +05:30
glide.lock Update vendor directory 2020-11-03 23:56:05 +05:30
glide.yaml Update vendor directory 2020-11-03 23:56:05 +05:30

README.md

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.