all_platform/vendor/go.uber.org/multierr
2025-03-16 23:57:25 +08:00
..
.codecov.yml new 2025-03-16 23:57:25 +08:00
.gitignore new 2025-03-16 23:57:25 +08:00
CHANGELOG.md new 2025-03-16 23:57:25 +08:00
error.go new 2025-03-16 23:57:25 +08:00
glide.yaml new 2025-03-16 23:57:25 +08:00
LICENSE.txt new 2025-03-16 23:57:25 +08:00
Makefile new 2025-03-16 23:57:25 +08:00
README.md new 2025-03-16 23:57:25 +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.