# Functions
CreateDirIfNotExist 检查文件夹,不存在时创建.
parse ${ENV} to ENV get ENV value from os.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetRealPath 处理软链接等,找到文件真实路径.
No description provided by the author
------------------------------------------------------------------------.
No description provided by the author
ReadDirByTime 读取文件目录后按时间排序,时间最新的文件在前.
No description provided by the author
SortFilesByTime 按照文件更新的unixnano从大到小排,即最新的文件在前.
No description provided by the author
TuoDecode 按照 TuoEncode的压缩算法解压,还原出[]byte数组。.
TuoEncode 把[]byte数组按照长度拼接到一起,每个sql.RawBytes之间间隔4个byte用于存储长度。.
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Int64Slice attaches the methods of Interface to []int64, sorting in decreasing order.