| 16 | ) |
| 17 | |
| 18 | type diagnosticTextWriter struct { |
| 19 | files map[string]*File |
| 20 | wr io.Writer |
| 21 | width uint |
| 22 | color bool |
| 23 | } |
| 24 | |
| 25 | // NewDiagnosticTextWriter creates a DiagnosticWriter that writes diagnostics |
| 26 | // to the given writer as formatted text. |
nothing calls this directly
no outgoing calls
no test coverage detected