kops/vendor/go.uber.org/multierr
Mike Splain 0cf516694e Update dependencies and BUILD.bazel scripts
For updated importpath
2018-09-17 09:57:31 -04:00
..
.codecov.yml - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
.gitignore - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
.travis.yml - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
BUILD.bazel Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
CHANGELOG.md - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
LICENSE.txt - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
Makefile - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
README.md - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
error.go - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
glide.lock - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00
glide.yaml - adding the dependencies for the node authorization service 2018-07-06 20:14:35 +01:00

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.