Versions in this module Expand all Collapse all v0 v0.0.2 Dec 25, 2023 Changes in this version + func IsPunctuation(str string) bool + func IsSpace(str string) bool v0.0.1 Dec 25, 2023 Changes in this version + var Seed = uint32(1) + func Decoder(data []byte, v interface{}) + func DeleteArray(array []uint32, index int) []uint32 + func DirSizeB(path string) int64 + func Encoder(data interface{}) []byte + func ExecTime(fn func()) float64 + func ExecTimeWithError(fn func() error) (float64, error) + func Murmur3(key []byte) (hash uint32) + func QuickSortAsc(arr []int, start, end int, cmp func(int, int)) + func ReleaseAssets(file fs.File, out string) + func RemovePunctuation(str string) string + func RemoveSpace(str string) string + func StringToInt(value string) uint32 + func Uint32Comparator(a, b interface{}) int + func Uint32ToBytes(i uint32) []byte