Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
techknowlogick 47f6a4ec3f
go1.16 (#14783)
3 anos atrás
..
.codecov.yml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás
.gitignore Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás
.travis.yml go1.16 (#14783) 3 anos atrás
CHANGELOG.md go1.16 (#14783) 3 anos atrás
LICENSE.txt Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás
Makefile go1.16 (#14783) 3 anos atrás
README.md Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás
error.go go1.16 (#14783) 3 anos atrás
glide.yaml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás
go.mod go1.16 (#14783) 3 anos atrás
go.sum go1.16 (#14783) 3 anos atrás
go113.go Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 anos atrás

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.