rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -6,7 +6,7 @@ import ( | ||||
| 	"io" | ||||
| 	"io/ioutil" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/codec" | ||||
| 	"github.com/asim/go-micro/v3/codec" | ||||
| ) | ||||
|  | ||||
| type Codec struct { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| package bytes | ||||
|  | ||||
| import ( | ||||
| 	"github.com/micro/go-micro/v3/codec" | ||||
| 	"github.com/asim/go-micro/v3/codec" | ||||
| ) | ||||
|  | ||||
| type Marshaler struct{} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user