diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index 02373e8..e2d1195 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -68,7 +68,7 @@ func main() { //go logic.StartHttpServe() //go logic.StartHttpTicker() //time.Sleep(time.Duration(2) * time.Second) - go logic.Testsendhttp() + //go logic.Testsendhttp() select { case _ = <-ch: -- libgit2 0.21.0