pod-volume-cleaner/vendor/go.uber.org/multierr
2022-09-07 18:32:08 +02:00
..
.codecov.yml feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
.gitignore feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
.travis.yml feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
CHANGELOG.md feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
error.go feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
glide.yaml feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
go113.go feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
LICENSE.txt feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
Makefile feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00
README.md feat: implement and test tailer file component 2022-09-07 18:32:08 +02:00

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.