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