ingress-nginx-helm/vendor/go.uber.org/multierr
Manuel Alejandro de Brito Fontes d3c957192e
Update go dependencies
2019-05-23 04:58:14 -04:00
..
.codecov.yml Update go dependencies 2019-05-23 04:58:14 -04:00
.gitignore Update go dependencies 2019-05-23 04:58:14 -04:00
.travis.yml Update go dependencies 2019-05-23 04:58:14 -04:00
CHANGELOG.md Update go dependencies 2019-05-23 04:58:14 -04:00
error.go Update go dependencies 2019-05-23 04:58:14 -04:00
glide.lock Update go dependencies 2019-05-23 04:58:14 -04:00
glide.yaml Update go dependencies 2019-05-23 04:58:14 -04:00
LICENSE.txt Update go dependencies 2019-05-23 04:58:14 -04:00
Makefile Update go dependencies 2019-05-23 04:58:14 -04:00
README.md Update go dependencies 2019-05-23 04:58:14 -04:00

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.