Commit 27f58e88 by feidy

fix time bug

parent 2fcf634b
...@@ -15,7 +15,7 @@ const ( ...@@ -15,7 +15,7 @@ const (
) )
// now time.Now() // now time.Now()
func now() time.Time { func Now() time.Time {
return time.Now() return time.Now()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment