This commit is contained in:
crusader 2017-10-26 21:39:00 +09:00
parent 168c78690c
commit 053ff9b2a2

View File

@ -6,7 +6,7 @@ import (
)
func NewServer(addr string, registry rpc.Registry) server.Server {
sh := NewServerHandler(addr)
sh := NewServerHandler(addr, registry)
s := server.NewServer(sh)