From 28522615190afb33ad057be857032d22df825098 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 31 Aug 2020 10:51:37 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/main/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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