Commit 28522615190afb33ad057be857032d22df825098
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,7 +68,7 @@ func main() { | ||
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 | - go logic.Testsendhttp() | 71 | + //go logic.Testsendhttp() |
72 | 72 | ||
73 | select { | 73 | select { |
74 | case _ = <-ch: | 74 | case _ = <-ch: |