mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 10:49:06 +01:00
.. | ||
.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.