mirror of https://github.com/knative/func.git
* Update to Golang 1.17 * Update Knative dependencies to v1.4 * Update vendor dir * Update go version in GH actions * Fix go.mod * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update deps Signed-off-by: Matej Vasek <mvasek@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com> Co-authored-by: Matej Vasek <mvasek@redhat.com> |
||
|---|---|---|
| .. | ||
| .codecov.yml | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| Makefile | ||
| README.md | ||
| error.go | ||
| glide.yaml | ||
README.md
multierr

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.