Documentation ¶
Index ¶
- func CopyStruct(src, dst interface{})
- func DeleteInt64Array(arr []int64, del []int64) []int64
- func GetGenerateRandom(length int) string
- func GetMillisecond() int64
- func GetUUID() string
- func Hash32(data []byte) uint32
- func Hash64(data []byte) uint64
- func InternalIP() string
- func JsonDecoder(data []byte, result interface{}) error
- func Md5(data []byte) []byte
- func Md5Hex(data []byte) string
- func RandomInt(begin, end int) int
- func RandomInt64() int64
- func RemoveRepeatInt64Array(arr []int64) []int64
- func SubstrInt64Array(src, dst []int64) []int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInt64Array ¶
DeleteInt64Array 删除 int64 切片
func GetGenerateRandom ¶
func GetMillisecond ¶
func GetMillisecond() int64
func JsonDecoder ¶
JsonDecoder json解析int64缺精度问题
func RandomInt64 ¶
func RandomInt64() int64
func RemoveRepeatInt64Array ¶
RemoveRepeatInt64Array int64 数字切片去重
func SubstrInt64Array ¶
SubstrInt64Array int64 数字切片差集
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.