This commit is contained in:
Andrey Smirnov
2015-03-11 21:40:04 +03:00
parent b4cf2e7065
commit 7e57f443ed

View File

@@ -165,10 +165,8 @@ func canonicalCase(field string) string {
return upper
case "MD5SUM":
return "MD5Sum"
case "NOTAUTOMATIC":
return "NotAutomatic"
case "BUTAUTOMATICUPGRADES":
return "ButAutomaticUpgrades"
}