Commit 5f1e009e03d195bec51ca64554707c604c1a97d7
1 parent
ae5492bb
Exists in
master
提交测试代码
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/main/main.go
| @@ -67,10 +67,10 @@ func main() { | @@ -67,10 +67,10 @@ func main() { | ||
| 67 | go logic.StartHttpServe() | 67 | go logic.StartHttpServe() |
| 68 | go logic.StartHttpTicker() | 68 | go logic.StartHttpTicker() |
| 69 | //time.Sleep(time.Duration(2) * time.Second) | 69 | //time.Sleep(time.Duration(2) * time.Second) |
| 70 | - test := new(logic.TestTes) | 70 | + /*test := new(logic.TestTes) |
| 71 | test.TestInt=3 | 71 | test.TestInt=3 |
| 72 | test.Testsendhttp() | 72 | test.Testsendhttp() |
| 73 | - logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test) | 73 | + logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test)*/ |
| 74 | 74 | ||
| 75 | 75 | ||
| 76 | select { | 76 | select { |