check in this cruft
This commit is contained in:
11
client/mucp/mucp.go
Normal file
11
client/mucp/mucp.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Package mucp provides an mucp client
|
||||
package mucp
|
||||
|
||||
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