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
Max Sargent dc9f05036a
change: allow full K3s registry configuration (#1215)
1 year 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 change: allow full K3s registry configuration (#1215) 1 year 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 change: allow full K3s registry configuration (#1215) 1 year 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.