Commit bc95ea2d661334246f8a60a76722535fba454d10
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 | 64 | } |
| 65 | 65 | |
| 66 | 66 | //測試 |
| 67 | - //logic.Test() | |
| 67 | + logic.Test() | |
| 68 | 68 | //go logic.StartHttpServe() |
| 69 | 69 | //go logic.StartHttpTicker() |
| 70 | 70 | //time.Sleep(time.Duration(2) * time.Second) |
| 71 | - logic.Testsendhttp() | |
| 71 | + go logic.Testsendhttp() | |
| 72 | 72 | |
| 73 | 73 | select { |
| 74 | 74 | case _ = <-ch: | ... | ... |