String returns the string representation of the format.
()
| 31 | |
| 32 | // String returns the string representation of the format. |
| 33 | func (f Format) String() string { |
| 34 | return string(f) |
| 35 | } |
| 36 | |
| 37 | // RegisteredReaders returns a list of registered readers. |
| 38 | func RegisteredReaders() []Format { |
no outgoing calls