k3s/vendor/go.uber.org/multierr
Guoliang Wang d462e1e8d7 Update vendor package github.com/coreos/... 2018-10-24 07:52:40 +00:00
..
.codecov.yml
.gitignore
.travis.yml
BUILD
CHANGELOG.md
LICENSE.txt
Makefile
README.md
error.go
glide.lock
glide.yaml

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.