()
| 79 | type panicer int |
| 80 | |
| 81 | func (p panicer) String() string { |
| 82 | panic("test panic") |
| 83 | } |
| 84 | |
| 85 | // customError is used to test custom error interface invocation. |
| 86 | type customError int |
nothing calls this directly
no outgoing calls
no test coverage detected