# Functions
No description provided by the author
No description provided by the author
Assert 断言 err != nil.
AssignMap 合并多个map.
Base64Decoding base64 解码.
Base64Encoding base64 编码.
No description provided by the author
No description provided by the author
No description provided by the author
ByteToReadCloser 将字节转换成一次性的读取流.
ByteToReader 将字节转换成读取流.
FuncName 获取函数的名字.
HasFile 是否存在该文件.
parse 解析响应数据.
RandomStr 生成随机字符串.
StructToMap 把结构体转成map,key使用json定义的key.
ToString 把能转成字符串的都转成JSON字符串.
ToStruct 把一个结构体转成另一个结构体,以json key作为关联.
XID 生成一个全局唯一的 id 字符串 实际上是改造后的 uuid.v4.