open-vault/vendor/go.uber.org/multierr
Jeff Mitchell 9ebc57581d
Switch to go modules (#6585)
* Switch to go modules

* Make fmt
2019-04-13 03:44:06 -04:00
..
.codecov.yml Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
.gitignore Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
.travis.yml Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
CHANGELOG.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
LICENSE.txt Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
Makefile Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
README.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
error.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
glide.lock Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
glide.yaml Bump Deps (#4868) 2018-07-06 12:09:34 -04: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.