Format implements the fmt.Formatter interface.
(s fmt.State, verb rune)
| 83 | |
| 84 | // Format implements the fmt.Formatter interface. |
| 85 | func (ef *fmtWrap) Format(s fmt.State, verb rune) { errbase.FormatError(ef.err, s, verb) } |
| 86 | |
| 87 | type fmter struct{} |
| 88 |
nothing calls this directly
no test coverage detected