You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
node_exporter/vendor/go.uber.org/multierr
Ben Kochie cdb9e7d2b8
Update vendor/
5 years ago
..
.codecov.yml Add perf exporter (#1274) 6 years ago
.gitignore Bump all vendoring (#1612) 5 years ago
.travis.yml Bump all vendoring (#1612) 5 years ago
CHANGELOG.md Update vendor/ 5 years ago
LICENSE.txt Add perf exporter (#1274) 6 years ago
Makefile Bump all vendoring (#1612) 5 years ago
README.md Bump all vendoring (#1612) 5 years ago
error.go Update vendor/ 5 years ago
glide.yaml Add perf exporter (#1274) 6 years ago
go.mod Update vendor/ 5 years ago
go.sum Update vendor/ 5 years ago
go113.go Bump all vendoring (#1612) 5 years ago

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.