mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-13 02:30:26 +00:00
make lint happy
This commit is contained in:
@@ -46,7 +46,7 @@ func GetHoliday(name string) *Holiday {
|
||||
return h
|
||||
}
|
||||
|
||||
// 获取两个时间相差
|
||||
// String 获取两个时间相差
|
||||
func (h *Holiday) String() string {
|
||||
d := time.Until(h.date)
|
||||
switch {
|
||||
|
||||
Reference in New Issue
Block a user