Format is the format string rendered using the Context
| 27 | |
| 28 | // Format is the format string rendered using the Context |
| 29 | type Format string |
| 30 | |
| 31 | // IsTable returns true if the format is a table-type format |
| 32 | func (f Format) IsTable() bool { |
no outgoing calls
no test coverage detected