Documentation
¶
Index ¶
- func FileExists(path string) bool
- func IsLowerCase(r rune) bool
- func IsUpperCase(r rune) bool
- func IsZeroValue(v any) bool
- func PathExists(path string) bool
- func ToCamelCase(s string) string
- func ToLower(s string) string
- func ToLowerCase(r rune) rune
- func ToLowerFirst(s string) string
- func ToSnakeCase(s string) string
- func ToTitle(s string) string
- func ToUpper(s string) string
- func ToUpperCase(r rune) rune
- func UnExport(text string) bool
- func UpperFirst(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsZeroValue ¶
IsZeroValue checks if a value is the zero value of its type.
func ToCamelCase ¶
ToCamelCase returns a copy string by converting snake case into camel case
func ToLowerFirst ¶
ToLowerFirst converts the first letter of a string to lowercase.
func ToSnakeCase ¶
ToSnakeCase returns a copy string by converting camel case into snake case
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.