Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/go.uber.org/multierr
iwilltry42 ced74cfd90
chore: update dependencies and go version
7 months ago
..
.codecov.yml change: allow full K3s registry configuration (#1215) 1 year ago
.gitignore change: allow full K3s registry configuration (#1215) 1 year ago
CHANGELOG.md chore: update dependencies and go version 7 months ago
LICENSE.txt change: allow full K3s registry configuration (#1215) 1 year ago
Makefile change: allow full K3s registry configuration (#1215) 1 year ago
README.md change: allow full K3s registry configuration (#1215) 1 year ago
error.go chore: update dependencies and go version 7 months ago
glide.yaml change: allow full K3s registry configuration (#1215) 1 year ago

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.