openGauss-operator/vendor/go.uber.org/multierr
reuscai 4c03aaa9a5 Add framwork 2021-05-09 17:09:19 +08:00
..
.codecov.yml Add framwork 2021-05-09 17:09:19 +08:00
.gitignore Add framwork 2021-05-09 17:09:19 +08:00
.travis.yml Add framwork 2021-05-09 17:09:19 +08:00
CHANGELOG.md Add framwork 2021-05-09 17:09:19 +08:00
LICENSE.txt Add framwork 2021-05-09 17:09:19 +08:00
Makefile Add framwork 2021-05-09 17:09:19 +08:00
README.md Add framwork 2021-05-09 17:09:19 +08:00
error.go Add framwork 2021-05-09 17:09:19 +08:00
glide.lock Add framwork 2021-05-09 17:09:19 +08:00
glide.yaml Add framwork 2021-05-09 17:09:19 +08:00

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.