Documentation ¶
Index ¶
- Variables
- 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 IsPunctuation(str string) bool
- func IsSpace(str string) bool
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Seed = uint32(1)
)
Functions ¶
func DeleteArray ¶
func ExecTimeWithError ¶
func IsPunctuation ¶ added in v0.0.2
func QuickSortAsc ¶
QuickSortAsc 快速排序
func ReleaseAssets ¶
func RemovePunctuation ¶
func RemoveSpace ¶
func Uint32Comparator ¶
func Uint32Comparator(a, b interface{}) int
func Uint32ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.