You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6543 86e2789960
Vendor Update (#16121)
3 yıl önce
..
.codecov.yml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 yıl önce
.gitignore Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 yıl önce
CHANGELOG.md Vendor Update (#16121) 3 yıl önce
LICENSE.txt Vendor Update (#16121) 3 yıl önce
Makefile Vendor Update (#16121) 3 yıl önce
README.md Vendor Update (#16121) 3 yıl önce
error.go Vendor Update (#16121) 3 yıl önce
glide.yaml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 yıl önce
go.mod Vendor Update (#16121) 3 yıl önce
go.sum Vendor Update (#16121) 3 yıl önce

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.