()
| 126 | } |
| 127 | |
| 128 | func (cw CmdWrap) StdoutPipe() (io.ReadCloser, error) { |
| 129 | return cw.Cmd.StdoutPipe() |
| 130 | } |
| 131 | |
| 132 | func (cw CmdWrap) StderrPipe() (io.ReadCloser, error) { |
| 133 | return cw.Cmd.StderrPipe() |
nothing calls this directly
no test coverage detected