Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
1e0123ca27
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      cmd/business/main.go

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

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


Cargando…
Cancelar
Guardar