Ver a proveniência

update

master
DengBiao há 1 ano
ascendente
cometimento
1e0123ca27
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      cmd/business/main.go

+ 3
- 3
cmd/business/main.go Ver ficheiro

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


Carregando…
Cancelar
Guardar