GetFormat returns the Format implementation for the given name. Returns nil for unknown formats.
(name string)
| 56 | // GetFormat returns the Format implementation for the given name. |
| 57 | // Returns nil for unknown formats. |
| 58 | func GetFormat(name string) Format { |
| 59 | return formats[name] |
| 60 | } |
no outgoing calls
no test coverage detected