| 7 | ) |
| 8 | |
| 9 | type Interleaved struct{} |
| 10 | |
| 11 | func (Interleaved) WrapWriter(stdOut, stdErr io.Writer, _ string, _ *templater.Cache) (io.Writer, io.Writer, CloseFunc) { |
| 12 | return stdOut, stdErr, func(error) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected