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