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

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.