feat: merge master

This commit is contained in:
Fabiennne
2020-03-30 17:51:25 +02:00
parent 85aa907d12
commit 108876348f
12 changed files with 10 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ type Server struct {
port string
}
func StartServer(conf *grpc_util.ServerConfig) *Server {
func StartServer(conf grpc_util.ServerConfig) *Server {
return &Server{
port: conf.Port,
}