| 204 | var fileref = regexp.MustCompile(`([a-zA-Z0-9\._/@-]*\.(?:go|s):\d+)`) |
| 205 | |
| 206 | type werrFmt struct { |
| 207 | cause error |
| 208 | msg string |
| 209 | } |
| 210 | |
| 211 | var _ errbase.Formatter = (*werrFmt)(nil) |
| 212 |
nothing calls this directly
no outgoing calls
no test coverage detected