Documentation ¶
Index ¶
- func TitleFirstWord(s string) string
- func ToBashArg(s string) string
- func ToCamel(s string) string
- func ToKebab(s string) string
- func ToPascal(s string) string
- func ToPrivateGoName(s string) string
- func ToPublicGoName(s string) string
- func ToSnake(s string) string
- func ToSpace(s string) string
- func UntitleFirstWord(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TitleFirstWord ¶
TitleFirstWord upper case the first letter of a string.
func ToPrivateGoName ¶
ToPrivateGoName returns the Go private name of the given string.
func ToPublicGoName ¶
ToPrivateGoName returns the Go public name of the given string.
func UntitleFirstWord ¶
UntitleFirstWord lower case the first letter of a string.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.