robocar-recorder-store/vendor/go.uber.org/multierr
2021-12-30 15:46:02 +01:00
..
.codecov.yml first implementation 2021-12-30 15:46:02 +01:00
.gitignore first implementation 2021-12-30 15:46:02 +01:00
.travis.yml first implementation 2021-12-30 15:46:02 +01:00
CHANGELOG.md first implementation 2021-12-30 15:46:02 +01:00
error.go first implementation 2021-12-30 15:46:02 +01:00
glide.yaml first implementation 2021-12-30 15:46:02 +01:00
go113.go first implementation 2021-12-30 15:46:02 +01:00
LICENSE.txt first implementation 2021-12-30 15:46:02 +01:00
Makefile first implementation 2021-12-30 15:46:02 +01:00
README.md first implementation 2021-12-30 15:46:02 +01: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.