tree: 496b3ece09b1ae43b1aae68a4ddc88670ae3be63
  1. testdata/
  2. testing/
  3. doc.go
  4. exec.go
  5. exec_test.go
  6. new_test.go
  7. README.md
  8. stdiopipe_test.go
exec/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.