Пример #1
0
func ServeRPC() {
	rpcwrap.ServeRPC(codecName, NewServerCodec)
}
Пример #2
0
func ServeRPC() {
	rpcwrap.ServeRPC("json", oldjson.NewServerCodec)
}