Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DashToCamel ¶
remove - from string (eg. my-variable-name -> MyVariableName)
func FormatHyphenToCamelCase ¶
Format hyphen to camelCase (eg. my-variable-name -> myVariableName)
func FormatSnakeCaseToCamelCase ¶
Format snake_case to camelCase (eg. my_variable_name -> myVariableName)
func ToKebabCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.