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.