node_exporter/vendor/go.uber.org/multierr
Ben Kochie cdb9e7d2b8
Update vendor/
Signed-off-by: Ben Kochie <superq@gmail.com>
2020-05-14 19:47:23 +02:00
..
.codecov.yml
.gitignore
.travis.yml
CHANGELOG.md Update vendor/ 2020-05-14 19:47:23 +02:00
LICENSE.txt
Makefile
README.md
error.go Update vendor/ 2020-05-14 19:47:23 +02:00
glide.yaml
go.mod Update vendor/ 2020-05-14 19:47:23 +02:00
go.sum Update vendor/ 2020-05-14 19:47:23 +02:00
go113.go

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.