From bc95ea2d661334246f8a60a76722535fba454d10 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 31 Aug 2020 10:49:32 +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 a4f50c9..02373e8 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -64,11 +64,11 @@ func main() { } //測試 - //logic.Test() + logic.Test() //go logic.StartHttpServe() //go logic.StartHttpTicker() //time.Sleep(time.Duration(2) * time.Second) - logic.Testsendhttp() + go logic.Testsendhttp() select { case _ = <-ch: -- libgit2 0.21.0