FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key with the newer "iso_checksum" and "iso_checksum_type" within builders.
| 10 | // FixerISOMD5 is a Fixer that replaces the "iso_md5" configuration key |
| 11 | // with the newer "iso_checksum" and "iso_checksum_type" within builders. |
| 12 | type FixerISOMD5 struct{} |
| 13 | |
| 14 | func (FixerISOMD5) DeprecatedOptions() map[string][]string { |
| 15 | return map[string][]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected