Commit 9cfeeeac by Joneq

完成开发

parent 70d2087d
Showing with 1 additions and 1 deletions
...@@ -59,7 +59,7 @@ func main() { ...@@ -59,7 +59,7 @@ func main() {
for _,v := range syncTable { for _,v := range syncTable {
wg.Add(1) wg.Add(1)
handleCurrentTable(v,currentDate) go handleCurrentTable(v,currentDate)
} }
wg.Wait() wg.Wait()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment