mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	fix imports
This commit is contained in:
		| @@ -5,8 +5,8 @@ import ( | ||||
|  | ||||
| 	"github.com/micro/go-micro" | ||||
| 	broker "github.com/micro/go-micro/broker" | ||||
| 	client "github.com/micro/go-micro/client" | ||||
| 	server "github.com/micro/go-micro/server" | ||||
| 	client "github.com/micro/go-micro/client/grpc" | ||||
| 	server "github.com/micro/go-micro/server/grpc" | ||||
| ) | ||||
|  | ||||
| // NewService returns a grpc service compatible with go-micro.Service | ||||
|   | ||||
		Reference in New Issue
	
	Block a user