Commit 69ff2905 authored by 王明明's avatar 王明明

vy nk

parent 1906a31a
...@@ -106,7 +106,9 @@ func main() { ...@@ -106,7 +106,9 @@ func main() {
wg.Add(1) wg.Add(1)
go func() { go func() {
defer wg.Done() defer wg.Done()
fmt.Println("开始vytest")
actVY() actVY()
fmt.Println("开始u2test")
actU2() actU2()
}() }()
......
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 to comment