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

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.