1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

补全 golint (#322)

This commit is contained in:
silenceper
2020-08-27 16:33:42 +08:00
committed by GitHub
parent 2e191c0a44
commit 3014901b48
7 changed files with 17 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package util
import "time"
//GetCurrTs return current timestamps
//GetCurrTS return current timestamps
func GetCurrTS() int64 {
return time.Now().Unix()
}