fix imports
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user