mirror of https://github.com/kubernetes/kops.git
|
|
||
|---|---|---|
| .. | ||
| testing | ||
| README.md | ||
| doc.go | ||
| exec.go | ||
| fixup_go118.go | ||
| fixup_go119.go | ||
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.