minecraft-ui / vendor / go.uber.org / multierr /
Simon Lindgren authored on 10 Mar 2018
..
scripts first commit 6 years ago
.codecov.yml first commit 6 years ago
.gitignore first commit 6 years ago
.travis.yml first commit 6 years ago
CHANGELOG.md first commit 6 years ago
LICENSE.txt first commit 6 years ago
Makefile first commit 6 years ago
README.md first commit 6 years ago
benchmarks_test.go first commit 6 years ago
error.go first commit 6 years ago
error_test.go first commit 6 years ago
example_test.go first commit 6 years ago
glide.lock first commit 6 years ago
glide.yaml first commit 6 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].