Commit d245da21 by 孙龙

init

parent d9d564a1
Showing with 2 additions and 5 deletions
...@@ -2,15 +2,13 @@ package main ...@@ -2,15 +2,13 @@ package main
import ( import (
"flag" "flag"
"fmt"
"github.com/ichunt2019/cfg/lib"
"ichunt_golang/boot"
"ichunt_golang/util/regist_etcd"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"
"ichunt_golang/router" "ichunt_golang/router"
"ichunt_golang/boot"
"ichunt_golang/util/regist_etcd"
) )
var ( var (
configPath string configPath string
...@@ -23,7 +21,6 @@ func main(){ ...@@ -23,7 +21,6 @@ func main(){
boot.Init(configPath,logPath) boot.Init(configPath,logPath)
fmt.Println(lib.Instance("proxy").GetString("micro_service_name"))
go func() { go func() {
router.HttpServerRun() router.HttpServerRun()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment