| 27 | ) |
| 28 | |
| 29 | type wcOutput struct { |
| 30 | timestamps bool |
| 31 | wc io.WriteCloser |
| 32 | } |
| 33 | |
| 34 | func (w wcOutput) Write(stamp time.Time, debug bool, msg string) { |
| 35 | builder := strings.Builder{} |
nothing calls this directly
no outgoing calls
no test coverage detected