Commit 5f1e009e03d195bec51ca64554707c604c1a97d7

Authored by 陆恒
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 67 go logic.StartHttpServe()
68 68 go logic.StartHttpTicker()
69 69 //time.Sleep(time.Duration(2) * time.Second)
70   - test := new(logic.TestTes)
  70 + /*test := new(logic.TestTes)
71 71 test.TestInt=3
72 72 test.Testsendhttp()
73   - logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test)
  73 + logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test)*/
74 74  
75 75  
76 76 select {
... ...