JSONFormatter represent default formatter
| 10 | |
| 11 | // JSONFormatter represent default formatter |
| 12 | type JSONFormatter struct{} |
| 13 | |
| 14 | // Name returns name of formatter |
| 15 | func (f *JSONFormatter) Name() string { return "json" } |
nothing calls this directly
no outgoing calls
no test coverage detected