| 84 | } |
| 85 | |
| 86 | type progressOutput struct { |
| 87 | sf formatProgress |
| 88 | out io.Writer |
| 89 | newLines bool |
| 90 | mu sync.Mutex |
| 91 | } |
| 92 | |
| 93 | // WriteProgress formats progress information from a ProgressReader. |
| 94 | func (out *progressOutput) WriteProgress(prog progress.Progress) error { |
nothing calls this directly
no outgoing calls
no test coverage detected