chronograf/vendor/go.uber.org/multierr
Brandon Farmer c4e40b7643 Update flux golang dependencies 2018-09-10 15:20:56 -07:00
..
scripts
.codecov.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.txt
Makefile
README.md
benchmarks_test.go
error.go
error_test.go
example_test.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.