it knows how to format itself.
(s fmt.State, verb rune)
| 63 | |
| 64 | // it knows how to format itself. |
| 65 | func (w *withHTTPCode) Format(s fmt.State, verb rune) { errors.FormatError(w, s, verb) } |
| 66 | |
| 67 | // SafeFormatter implements errors.SafeFormatter. |
| 68 | // Note: see the documentation of errbase.SafeFormatter for details |
nothing calls this directly
no test coverage detected