Skip to content

Commit

Permalink
time format
Browse files Browse the repository at this point in the history
  • Loading branch information
evolsnow committed Jun 21, 2016
1 parent 7fe992f commit 9e02747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e02747

Please sign in to comment.