Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InflectDash ¶
InflectDash takes a word and produces a dasherized version of it (separate words with `-`)
func InflectPascal ¶
InflectPascal takes a word and produce a pascal-cased version of it.
Example: go_lang -> GoLanguage
func InflectSnake ¶
InflectSnake takes a word and produces a snake-cased version of it (separate words with `_`)
Example: GoLanguage -> go_language
func InflectTitle ¶
InflectTitle capitalize words and put spaces between them.
Types ¶
Click to show internal directories.
Click to hide internal directories.