This commit is contained in:
xxjwxc
2022-05-11 23:19:25 +08:00
parent a7260a9639
commit 11d9a6a6fa

View File

@@ -20,7 +20,7 @@ func getCamelName(name string) string {
// return mybigcamel.Marshal(strings.TrimSuffix(name, "s"))
// }
return mybigcamel.Marshal(name)
return mybigcamel.Marshal(strings.ToLower(name))
}
// titleCase title case.首字母大写