Commit bc95ea2d661334246f8a60a76722535fba454d10

Authored by 陆恒
1 parent c5181960
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/main/main.go
@@ -64,11 +64,11 @@ func main() { @@ -64,11 +64,11 @@ func main() {
64 } 64 }
65 65
66 //測試 66 //測試
67 - //logic.Test() 67 + logic.Test()
68 //go logic.StartHttpServe() 68 //go logic.StartHttpServe()
69 //go logic.StartHttpTicker() 69 //go logic.StartHttpTicker()
70 //time.Sleep(time.Duration(2) * time.Second) 70 //time.Sleep(time.Duration(2) * time.Second)
71 - logic.Testsendhttp() 71 + go logic.Testsendhttp()
72 72
73 select { 73 select {
74 case _ = <-ch: 74 case _ = <-ch: