Sign in
chromium
/
external
/
github.com
/
kubernetes
/
utils
/
refs/heads/upstream/master
/
.
/
exec
/
README.md
blob: 7944e8dd3be4be5f794966731863b6c6d6c8c614 [
file
] [
view
] [
edit
]
# Exec
This
package
provides an
interface
for
`os/exec`
.
It
makes it easier to mock
and
replace
in
tests
,
especially
with
the
[
FakeExec
](
testing
/
fake_exec
.
go
)
struct
.