package
0.1.0
Repository: https://github.com/tphan267/common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
KebabCase converts a string into kebab case.
LowerCamelCase converts a string into camel case starting with a lower case letter.
SnakeCase converts a string into snake case.
UpperCamelCase converts a string into camel case starting with a upper case letter.
UpperKebabCase converts a string into kebab case with capital letters.
UpperSnakeCase converts a string into snake case with capital letters.