This repository has been archived on 2025-06-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
batmon/vendor/go.uber.org/multierr
2024-01-11 23:37:32 +03:00
..
.codecov.yml provide vendor dir for nix 2024-01-11 23:37:32 +03:00
.gitignore provide vendor dir for nix 2024-01-11 23:37:32 +03:00
CHANGELOG.md provide vendor dir for nix 2024-01-11 23:37:32 +03:00
error.go provide vendor dir for nix 2024-01-11 23:37:32 +03:00
glide.yaml provide vendor dir for nix 2024-01-11 23:37:32 +03:00
LICENSE.txt provide vendor dir for nix 2024-01-11 23:37:32 +03:00
Makefile provide vendor dir for nix 2024-01-11 23:37:32 +03:00
README.md provide vendor dir for nix 2024-01-11 23:37:32 +03: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.