add rpc package comments
This commit is contained in:
		| @@ -1,9 +1,11 @@ | ||||
| // Package rpc provides an rpc client | ||||
| package rpc | ||||
|  | ||||
| import ( | ||||
| 	"github.com/micro/go-micro/client" | ||||
| ) | ||||
|  | ||||
| // NewClient returns a new micro client interface | ||||
| func NewClient(opts ...client.Option) client.Client { | ||||
| 	return client.NewClient(opts...) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user