()
| 201 | type unformatter Err |
| 202 | |
| 203 | func (unformatter) Format() { /* break the fmt.Formatter interface */ } |
| 204 | |
| 205 | // SetLocation records the package path-qualified function name of the error at |
| 206 | // callDepth stack frames above the call. |
nothing calls this directly
no outgoing calls
no test coverage detected