Documentation ¶
Index ¶
- func Abbreviate(str string, maxLength int) string
- func Contains[T comparable](arr []T, str T) bool
- func Copy(dst interface{}, src interface{}) error
- func CountCharacterInStr(input string, character string) int
- func FileExists(filename string) bool
- func RemoveSpecialChars(str string) string
- func UUID2UInt(uid string) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Abbreviate ¶ added in v1.0.2
Abbreviate accept not correct in some cases
func Contains ¶ added in v1.1.6
func Contains[T comparable](arr []T, str T) bool
func CountCharacterInStr ¶
func FileExists ¶ added in v1.3.0
func RemoveSpecialChars ¶ added in v1.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.