Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FalseValues = []string{
"no",
"n",
"false",
"off",
"0",
}
FalseValues is a list of words which leads to false
View Source
var ForbiddenWords = []string{
"id",
}
ForbiddenWords are words that will be removed from text (in Humanize func)
View Source
var TrueValues = []string{
"yes",
"y",
"true",
"on",
"1",
}
TrueValues is a list of words which leads to true
Functions ¶
func Humanize ¶
Humanize a string means to remove underscores and return string as lower. String can be capitalized
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.