OSCommandExecutor é a implementação real que usa os/exec.
| 11 | |
| 12 | // OSCommandExecutor é a implementação real que usa os/exec. |
| 13 | type OSCommandExecutor struct{} |
| 14 | |
| 15 | // Run executa um comando e espera ele terminar. |
| 16 | func (e *OSCommandExecutor) Run(name string, arg ...string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected