NewDefaultExecutor returns a new CommandExecutor using os/exec.
()
| 20 | |
| 21 | // NewDefaultExecutor returns a new CommandExecutor using os/exec. |
| 22 | func NewDefaultExecutor() CommandExecutor { return defaultExecutor{} } |
no outgoing calls
no test coverage detected