Implements Interface in terms of really exec()ing.
| 90 | |
| 91 | // Implements Interface in terms of really exec()ing. |
| 92 | type executor struct{} |
| 93 | |
| 94 | // New returns a new Interface which will os/exec to run commands. |
| 95 | func New() Interface { |
nothing calls this directly
no outgoing calls
no test coverage detected