Documentation
¶
Index ¶
- func AppendToSliceStr(strs *[]string, suffix string)
- func CastStrings2ints(strs *[]string) []int
- func Escape(str string, c rune) string
- func EscapeBt(str string) string
- func EscapeDquote(str string) string
- func EscapeSquote(str string) string
- func GetBytesAsHex(key []byte) []byte
- func GetBytesFromHex(key []byte) []byte
- func InArray(v interface{}, arr interface{}) int
- func InspectStruct(a any) (map[string]string, bool)
- func PrependToSliceStr(strs *[]string, prefix string)
- func PrettyByteSize(b int64) string
- func RemoveExtension(fileName string) string
- func Str2int(str string, base int, fallback int) int
- func Str2int64(str string, base int, fallback int64) int64
- func Ucfirst(str *string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendToSliceStr ¶
func CastStrings2ints ¶
func EscapeDquote ¶ added in v0.0.2
func EscapeSquote ¶ added in v0.0.2
func GetBytesAsHex ¶ added in v0.0.2
func GetBytesFromHex ¶ added in v0.0.2
func PrependToSliceStr ¶
func PrettyByteSize ¶ added in v0.0.2
func RemoveExtension ¶ added in v0.0.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.