client/vendor/go.uber.org/multierr
Roland Huß d8d0192206 chore: Update to Knative Serving 0.10.0 (#474)
* chore: Update to Knative Serving 0.10.0

* chore: Add missing dep, introduced by codegen test (when installing goimports)

* added missing target dir
2019-11-04 13:02:19 -08:00
..
.codecov.yml Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
.gitignore Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
.travis.yml chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
CHANGELOG.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
LICENSE.txt Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
Makefile chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
README.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
error.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
glide.lock Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -07:00
glide.yaml Vendors serving v0.9.0 (#458) 2019-10-27 22:22:36 -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.