# Functions
ByteSize bytes转换为指定单位
goland:noinspection GoUnusedExportedFunction.
BytesToString converts byte slice to string without a memory allocation.
No description provided by the author
StringToBytes converts string to byte slice without a memory allocation.
Struct2Map 结构体转 map,注意:这个方法对于数字是直接转换为 float
goland:noinspection GoUnusedExportedFunction.
Struct2MapByNumberFirst 结构体转 map,注意:这个方法对于数字是先尝试转换为 int
goland:noinspection GoUnusedExportedFunction.
# Variables
No description provided by the author