iancoleman / strcase

A golang package for converting to snake_case or CamelCase
MIT License
1.01k stars 106 forks source link

Changing `ToCamel` to `ToPascal` and `ToLowerCamel` to `ToCamel` for better readability #47

Open Vedadiyan opened 1 year ago

Vedadiyan commented 1 year ago

I changed ToCamel to ToPascal and ToLowerCamel to ToCamel for better readability, because I think these terms make more sense (and are better understood by the majority of people).