Add packages for the defaults
This commit is contained in:
9
client/rpc/rpc.go
Normal file
9
client/rpc/rpc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package rpc
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/client"
|
||||
)
|
||||
|
||||
func NewClient(opts ...client.Option) client.Client {
|
||||
return client.NewClient(opts...)
|
||||
}
|
Reference in New Issue
Block a user