robocar-steering-tflite-edg.../vendor/go.uber.org/multierr
2021-10-10 21:03:57 +02:00
..
.codecov.yml First implementation 2021-10-10 21:03:57 +02:00
.gitignore First implementation 2021-10-10 21:03:57 +02:00
.travis.yml First implementation 2021-10-10 21:03:57 +02:00
CHANGELOG.md First implementation 2021-10-10 21:03:57 +02:00
error.go First implementation 2021-10-10 21:03:57 +02:00
glide.yaml First implementation 2021-10-10 21:03:57 +02:00
go113.go First implementation 2021-10-10 21:03:57 +02:00
LICENSE.txt First implementation 2021-10-10 21:03:57 +02:00
Makefile First implementation 2021-10-10 21:03:57 +02:00
README.md First implementation 2021-10-10 21:03:57 +02: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.