jason 075d766964 first hace 3 años
..
.codecov.yml 075d766964 first hace 3 años
.gitignore 075d766964 first hace 3 años
.travis.yml 075d766964 first hace 3 años
CHANGELOG.md 075d766964 first hace 3 años
LICENSE.txt 075d766964 first hace 3 años
Makefile 075d766964 first hace 3 años
README.md 075d766964 first hace 3 años
benchmarks_test.go 075d766964 first hace 3 años
error.go 075d766964 first hace 3 años
error_test.go 075d766964 first hace 3 años
example_test.go 075d766964 first hace 3 años
glide.yaml 075d766964 first hace 3 años
go.mod 075d766964 first hace 3 años
go.sum 075d766964 first hace 3 años
go113.go 075d766964 first hace 3 años
go113_test.go 075d766964 first hace 3 años
tools_test.go 075d766964 first hace 3 años

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.