This commit is contained in:
苏尹岚
2020-09-07 09:24:27 +08:00
parent e52b99a3cb
commit aa0489d434
5 changed files with 7 additions and 6 deletions

View File

@@ -22,5 +22,5 @@ func init() {
}
func TestConsumeInfo(t *testing.T) {
fmt.Println(time.Now().Format("2006-01-02T15:04:05Z"))
fmt.Println(time.Now().Second())
}