schnutibox/vendor/go.uber.org/multierr
Marvin Steadfast ae35d9ab41
Some checks failed
continuous-integration/drone/push Build is failing
uses buf for compiling proto files and implements the server service
2021-05-05 11:14:17 +02:00
..
.codecov.yml uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
.gitignore uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
.travis.yml uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
CHANGELOG.md uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
error.go uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
glide.yaml uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
go113.go uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
go.mod uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
go.sum uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
LICENSE.txt uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
Makefile uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +02:00
README.md uses buf for compiling proto files and implements the server service 2021-05-05 11:14:17 +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.