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

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.