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

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.