Documentation
¶
Index ¶
Constants ¶
View Source
const ( //定义每分钟的秒数 SecondsPerMinute int64 = 60 //定义每小时的秒数 SecondsPerHour int64 = SecondsPerMinute * 60 //定义每天的秒数 SecondsPerDay int64 = SecondsPerHour * 24 )
时间常量
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.