lijian 48c2e0e9f9 依赖更新为 go mod 1 year ago
..
.codecov.yml 48c2e0e9f9 依赖更新为 go mod 1 year ago
.gitignore 48c2e0e9f9 依赖更新为 go mod 1 year ago
.travis.yml 48c2e0e9f9 依赖更新为 go mod 1 year ago
CHANGELOG.md 48c2e0e9f9 依赖更新为 go mod 1 year ago
LICENSE.txt 5260fb3f71 修改etcd v3 4 years ago
Makefile 48c2e0e9f9 依赖更新为 go mod 1 year ago
README.md 48c2e0e9f9 依赖更新为 go mod 1 year ago
error.go 48c2e0e9f9 依赖更新为 go mod 1 year ago
glide.yaml 48c2e0e9f9 依赖更新为 go mod 1 year ago
go113.go 48c2e0e9f9 依赖更新为 go mod 1 year ago

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.