ing
This commit is contained in:
parent
e35dbc4cce
commit
3e14774956
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user