rename all timestamp function names from *Second to Timestamp*

This commit is contained in:
John
2020-01-20 14:14:11 +08:00
parent 8021f39710
commit 7df53ff55e
23 changed files with 72 additions and 72 deletions

View File

@ -93,7 +93,7 @@ func Test_Conn(t *testing.T) {
conn := redis.Conn()
defer conn.Close()
key := gconv.String(gtime.Nanosecond())
key := gconv.String(gtime.TimestampNano())
value := []byte("v")
r, err := conn.Do("SET", key, value)
gtest.Assert(err, nil)