# Functions
Cfg 读取配置文件.
Chan chans.NewEntity.
Count 遍历 @num,数量,-1为死循环 @interval,间隔.
Ctx context.Background.
Date 当前日期.
Day 日[1-31].
Done 结束等待.
HmacMD5 加密,返回hex的32位小写.
Hour 时[0-23].
Interval 间隔触发.
MD5 加密,返回hex的32位小写.
Minute 分[0-59].
Month 月[1-12].
Now 当前时间.
PanicErr 如果是错误则panic.
Rand 随机数.
RandString 随机字符串.
Range 仿python的range 参数1-3个 当1个参数, 例 Range(5) 输出 0,1,2,3,4 当2个参数, 例 Range(1,5) 输出 1,2,3,4 当3个参数, 例 Range(0,5,2) 输出 0,2,4.
Recover 错误捕捉.
Retry 重试,默认3次.
Second 秒[0-59].
Try 尝试运行,捕捉错误 其他语言的try catch.
Unix 当前时间戳.
UnixNano 当前纳秒.
UUID uuid.
Wait 等待.
WithCancel context.WithCancel.
WithTimeout context.WithTimeout.
Year 年[1970-].
# Constants
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
No description provided by the author
No description provided by the author
# Variables
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
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author