Exemplo n.º 1
0
func init() {
	rpc.AddCtrl(new(RpcClient))
}
Exemplo n.º 2
0
func init() {
	rpc.AddCtrl(new(RpcServer))
}