Commit 28522615190afb33ad057be857032d22df825098

Authored by 陆恒
1 parent bc95ea2d
Exists in master

提交

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