added inflector.Camelize helper

This commit is contained in:
Gani Georgiev
2025-01-24 14:49:28 +02:00
parent 65440314ce
commit c101798516
4 changed files with 60 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ var singularRules = []struct {
{"(?i)s$", ""},
}
// Singularize returns the singular version of the specified word.
// Singularize converts the specified word into its singular version.
//
// For example:
//