ソースを参照

update

master
DengBiao 1年前
コミット
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{})


読み込み中…
キャンセル
保存