| 385 | } |
| 386 | |
| 387 | type outputWriter struct { |
| 388 | out io.Writer |
| 389 | executable string |
| 390 | line []byte |
| 391 | } |
| 392 | |
| 393 | // newOutputWriter returns an io.Writer that will intercept panic addresses and |
| 394 | // will try to insert a source location in the output if the source location can |
nothing calls this directly
no outgoing calls
no test coverage detected