Documentation ¶
Index ¶
- func GetPwd() string
- func Index(slice []string, item string) int
- func IsGoDataType(dataType string) bool
- func IsLowerCase(r rune) bool
- func IsUpperCase(r rune) bool
- func LowerFirst(s string) string
- func TagLookup(tag, key string) (value string, ok bool)
- func Title(s string) string
- func ToCamelCase(s string) string
- func ToLower(s string) string
- func ToLowerCase(r rune) rune
- func ToSnakeCase(s string) string
- func ToUpper(s string) string
- func ToUpperCase(r rune) rune
- func UnExport(text string) bool
- func Untitle(s string) string
- func UpperFirst(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLowerCase ¶
func IsUpperCase ¶
func LowerFirst ¶
func Title ¶
Title returns a string value with s[0] which has been convert into upper case that there are not empty input text
func ToCamelCase ¶
func ToLowerCase ¶
func ToSnakeCase ¶
func ToUpperCase ¶
func Untitle ¶
Untitle returns a string value with s[0] which has been convert into lower case that there are not empty input text
func UpperFirst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.