This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
autosnooze/vendor/go.uber.org/multierr
2022-12-16 19:45:01 -08:00
..
.codecov.yml Initial commit 2022-12-16 19:45:01 -08:00
.gitignore Initial commit 2022-12-16 19:45:01 -08:00
CHANGELOG.md Initial commit 2022-12-16 19:45:01 -08:00
error.go Initial commit 2022-12-16 19:45:01 -08:00
glide.yaml Initial commit 2022-12-16 19:45:01 -08:00
LICENSE.txt Initial commit 2022-12-16 19:45:01 -08:00
Makefile Initial commit 2022-12-16 19:45:01 -08:00
README.md Initial commit 2022-12-16 19:45:01 -08: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.