caching/vendor/go.uber.org/multierr
knative-automation f2bc7482b3
upgrade to latest dependencies (#377)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 18:54:35 -07:00
..
.codecov.yml Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.gitignore [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
.travis.yml upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
CHANGELOG.md upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
LICENSE.txt Generate injection client for knative/caching. (#34) 2019-06-05 11:23:38 -07:00
Makefile upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
README.md [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07:00
error.go upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
glide.yaml Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
go.mod upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
go.sum upgrade to latest dependencies (#377) 2020-10-28 18:54:35 -07:00
go113.go [master] Auto-update dependencies (#265) 2020-05-05 08:53:44 -07: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.