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.