소스 검색

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{})


불러오는 중...
취소
저장