Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnakeCase ¶
SnakeCase converts the given string to snake case following the Golang format: acronyms are converted to lower-case and preceded by an underscore.
func StringSliceContains ¶
StringSliceContains check whether a string is in a slice
func StringSliceToLower ¶
StringSliceToLower go through the string slice, make earch item string lower case, and return a new string slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.