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 Add perf exporter (#1274) 2019-05-07 13:21:41 +02:00
.gitignore Bump all vendoring (#1612) 2020-02-18 13:27:11 +01:00
.travis.yml Bump all vendoring (#1612) 2020-02-18 13:27:11 +01:00
CHANGELOG.md Update vendor/ 2020-05-14 19:47:23 +02:00
LICENSE.txt Add perf exporter (#1274) 2019-05-07 13:21:41 +02:00
Makefile Bump all vendoring (#1612) 2020-02-18 13:27:11 +01:00
README.md Bump all vendoring (#1612) 2020-02-18 13:27:11 +01:00
error.go Update vendor/ 2020-05-14 19:47:23 +02:00
glide.yaml Add perf exporter (#1274) 2019-05-07 13:21:41 +02:00
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 Bump all vendoring (#1612) 2020-02-18 13:27:11 +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.