jason 075d766964 first 3 years ago
..
.codecov.yml 075d766964 first 3 years ago
.gitignore 075d766964 first 3 years ago
.travis.yml 075d766964 first 3 years ago
CHANGELOG.md 075d766964 first 3 years ago
LICENSE.txt 075d766964 first 3 years ago
Makefile 075d766964 first 3 years ago
README.md 075d766964 first 3 years ago
benchmarks_test.go 075d766964 first 3 years ago
error.go 075d766964 first 3 years ago
error_test.go 075d766964 first 3 years ago
example_test.go 075d766964 first 3 years ago
glide.yaml 075d766964 first 3 years ago
go.mod 075d766964 first 3 years ago
go.sum 075d766964 first 3 years ago
go113.go 075d766964 first 3 years ago
go113_test.go 075d766964 first 3 years ago
tools_test.go 075d766964 first 3 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.