From 9800d0fc22efeaeb4eacdd111785053ffadca9a4 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 3 Sep 2020 10:50:15 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/main/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index c8b3df2..453c7cd 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -71,8 +71,8 @@ func main() { //go logic.StartHttpTicker() //time.Sleep(time.Duration(2) * time.Second) //go logic.ClearTaskAndAchieve() - //go logic.Testsendhttp() - logic.TestBackUpOen("5212786test") + go logic.Testsendhttp() + //logic.TestBackUpOen("5212786test") select { case _ = <-ch: -- libgit2 0.21.0