baishaojie dcf2cbd820 first commit 11 months ago
..
.codecov.yml dcf2cbd820 first commit 11 months ago
.gitignore dcf2cbd820 first commit 11 months ago
.travis.yml dcf2cbd820 first commit 11 months ago
CHANGELOG.md dcf2cbd820 first commit 11 months ago
LICENSE.txt dcf2cbd820 first commit 11 months ago
Makefile dcf2cbd820 first commit 11 months ago
README.md dcf2cbd820 first commit 11 months ago
error.go dcf2cbd820 first commit 11 months ago
glide.yaml dcf2cbd820 first commit 11 months ago
go.mod dcf2cbd820 first commit 11 months ago
go.sum dcf2cbd820 first commit 11 months ago
go113.go dcf2cbd820 first commit 11 months 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.