This commit is contained in:
Yun
2023-09-09 15:42:13 +08:00
parent 1cc64264f7
commit 3200f19d63
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -94,6 +94,7 @@ func aa(ctx context.Context) bool {
// fmt.Println("gggggggggggggggggggggggggggg")
a, err := timer.GetExtendParams(ctx)
fmt.Printf("%+v %+v \n\n", a, err)
time.Sleep(time.Second*5)
return true
}