ExecCmdCreator implements CommandCreator by invoking functions offered by os/exec.
| 10 | |
| 11 | // ExecCmdCreator implements CommandCreator by invoking functions offered by os/exec. |
| 12 | type ExecCmdCreator struct{} |
| 13 | |
| 14 | var _ Creator = (*ExecCmdCreator)(nil) |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected