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.
k3s/vendor/k8s.io/utils/exec
Erik Wilson daa4beb22c
Update go.mod for k8s 1.19
4 years ago
..
README.md Update go.mod for k8s 1.19 4 years ago
doc.go Update vendor 6 years ago
exec.go Update vendor 6 years ago

README.md

Exec

This package provides an interface for os/exec. It makes it easier to mock and replace in tests, especially with the FakeExec struct.