[WIP]This is a lite version of rpcx, aim to compatible with Go 1.10.8
Installation
install the basic features:
go get -v github.com/elvinchan/rpcx/...
If you want to use quic registry, use those tags to go get 、 go build or go run. For example, if you want to use all features, you can:
go get -v -tags "quic" github.com/elvinchan/rpcx/...
License
Apache License, Version 2.0