Documentation ¶
Index ¶
- func BytesToHexString(bs []byte, delim string) string
- func BytesToIntString(bs []byte, delim string) string
- func HexStringToBytes(s string, delim string) []byte
- func IntStringToBytes(s string, delim string) []byte
- func Md5(param ...interface{}) string
- func Md5HexString(bs []byte) string
- func RemoveUUIDDash(uid string) string
- func UUID4() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToHexString ¶
将字节数组转成16进制组成的字符串(如MAC地址转换),强制使用
func BytesToIntString ¶
将字节数组转换成10进制组成的字符串(如IP地址转换)
func Md5HexString ¶
func RemoveUUIDDash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.