d2ea21d0d8
* use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> |
||
---|---|---|
.. | ||
.codecov.yml | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
error.go | ||
glide.yaml | ||
go.mod | ||
go.sum | ||
go113.go | ||
LICENSE.txt | ||
Makefile | ||
README.md |
multierr
multierr
allows combining one or more Go error
s 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.