This commit is contained in:
crusader 2017-11-01 15:24:58 +09:00
parent e35dbc4cce
commit 3e14774956

View File

@ -11,7 +11,7 @@ func New(sh ServerHandler) server.Server {
lsh := &serverHandlers{} lsh := &serverHandlers{}
lsh.ServerHandler = sh lsh.ServerHandler = sh
lsh.lsh = sh lsh.lsh = sh
s := server.NewServer(lsh) s := server.New(lsh)
return s return s
} }