diff --git a/bot.go b/bot.go index a184bb6..df87f83 100644 --- a/bot.go +++ b/bot.go @@ -14,10 +14,10 @@ import ( ) const ( - FirstFormat = "1/02 15:04" + FirstFormat = "1/2 15:04" SecondFormat = "15:04" ThirdFormat = "15:04:05" - RedisFormat = "1/02 15:04:05" //save to redis format + RedisFormat = "1/2 15:04:05" //save to redis format ) var saidGoodBye = make(chan int, 1)