fix imports
This commit is contained in:
parent
319608ca7f
commit
512d719470
@ -5,8 +5,8 @@ import (
|
|||||||
|
|
||||||
"github.com/micro/go-micro"
|
"github.com/micro/go-micro"
|
||||||
broker "github.com/micro/go-micro/broker"
|
broker "github.com/micro/go-micro/broker"
|
||||||
client "github.com/micro/go-micro/client"
|
client "github.com/micro/go-micro/client/grpc"
|
||||||
server "github.com/micro/go-micro/server"
|
server "github.com/micro/go-micro/server/grpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewService returns a grpc service compatible with go-micro.Service
|
// NewService returns a grpc service compatible with go-micro.Service
|
||||||
|
Loading…
Reference in New Issue
Block a user