Commit 77c7848ab0e4a06d26fe2488fe5475fa085b356b
1 parent
df46dd7a
Exists in
master
提交
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
src/HttpServer/main/main.go
| ... | ... | @@ -65,11 +65,11 @@ func main() { |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | //測試 |
| 68 | - logic.Test() | |
| 69 | - go logic.StartHttpServe() | |
| 68 | + //logic.Test() | |
| 69 | + //go logic.StartHttpServe() | |
| 70 | 70 | //go logic.StartHttpTicker() |
| 71 | 71 | //time.Sleep(time.Duration(2) * time.Second) |
| 72 | - //go logic.Testsendhttp() | |
| 72 | + go logic.Testsendhttp() | |
| 73 | 73 | |
| 74 | 74 | select { |
| 75 | 75 | case _ = <-ch: | ... | ... |