# Functions
BitClear 清理设置某一位的数值为0,从右到左方向.
BitSet 填充设置某一位的数值为1,从右到左方向.
FormatGroupRoomID 格式化群组聊天室房间号.
FormatPrivateRoomID 格式化私人聊天室房间号.
FormatWorldRoomID 格式化世界聊天室房间号.
IntBetween dest在指定范围内 是一个闭区间 from <= dest <= to.
No description provided by the author
PasswordHash 封装的一个哈希密码的加密方法 使用双重MD5进行加密.
SortInt 排序整型 返回的数据总是 a < b.
StringCut 裁剪字符串.
StringLen 返回字符串的长度,因为中文需要3个字节(byte),所以,我们使用rune来代替.
UUID 全球唯一标识.
# Interfaces
Int 整型的一个泛型 包括 ~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64.