Skip to content
Snippets Groups Projects
Commit 74fe7717 authored by zf4's avatar zf4
Browse files

temp initialize

parent b9c90151
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ func startNewJob() { ...@@ -297,7 +297,7 @@ func startNewJob() {
} }
} }
} }
tempData = make([]interface{}) tempData = make([]interface{}, 0)
//wg.Wait() //wg.Wait()
// start spout goroutine // start spout goroutine
go runSpout() go runSpout()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment