This commit is contained in:
Yun
2023-08-28 09:34:59 +08:00
parent 3ccce0bba2
commit e7e6cf6752
4 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -89,9 +89,9 @@ func re() {
}
func aa(ctx context.Context) bool {
fmt.Println(time.Now().Format(time.RFC3339))
fmt.Println("gggggggggggggggggggggggggggg")
// fmt.Println(time.Now().Format(time.RFC3339))
// fmt.Println("gggggggggggggggggggggggggggg")
a, err := timer.GetExtendParams(ctx)
fmt.Printf("%+v %+v", a, err)
fmt.Printf("%+v %+v \n\n", a, err)
return true
}