浏览代码

update

master
DengBiao 2 年前
父节点
当前提交
1e0123ca27
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      cmd/business/main.go

+ 3
- 3
cmd/business/main.go 查看文件

@@ -20,6 +20,9 @@ import (
)

func main() {
go func() {
http.ListenAndServe(":10001", nil)
}()
//config.Init()
db.Init()

@@ -34,9 +37,6 @@ func main() {
}()

//runtime.SetBlockProfileRate(1)
go func() {
http.ListenAndServe(":10001", nil)
}()

pb.RegisterBusinessIntServer(server, &api.BusinessIntServer{})
pb.RegisterBusinessExtServer(server, &api.BusinessExtServer{})


正在加载...
取消
保存