wsc 704b87e693 first 2 년 전
..
.codecov.yml 704b87e693 first 2 년 전
.gitignore 704b87e693 first 2 년 전
.travis.yml 704b87e693 first 2 년 전
CHANGELOG.md 704b87e693 first 2 년 전
LICENSE.txt 704b87e693 first 2 년 전
Makefile 704b87e693 first 2 년 전
README.md 704b87e693 first 2 년 전
error.go 704b87e693 first 2 년 전
glide.yaml 704b87e693 first 2 년 전
go.mod 704b87e693 first 2 년 전
go.sum 704b87e693 first 2 년 전
go113.go 704b87e693 first 2 년 전

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.