diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index 89c5947..9c4d306 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -67,10 +67,10 @@ func main() { go logic.StartHttpServe() go logic.StartHttpTicker() //time.Sleep(time.Duration(2) * time.Second) - test := new(logic.TestTes) + /*test := new(logic.TestTes) test.TestInt=3 test.Testsendhttp() - logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test) + logger.Info("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Test =%v",test)*/ select { -- libgit2 0.21.0