DefaultFormatter represent default formatter
| 15 | |
| 16 | // DefaultFormatter represent default formatter |
| 17 | type DefaultFormatter struct{} |
| 18 | |
| 19 | // Name returns name of formatter |
| 20 | func (f *DefaultFormatter) Name() string { return "default" } |
nothing calls this directly
no outgoing calls
no test coverage detected