rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -3,7 +3,7 @@ package random | ||||
| import ( | ||||
| 	"math/rand" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/selector" | ||||
| 	"github.com/asim/go-micro/v3/selector" | ||||
| ) | ||||
|  | ||||
| type random struct{} | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package random | ||||
| import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/selector" | ||||
| 	"github.com/asim/go-micro/v3/selector" | ||||
| ) | ||||
|  | ||||
| func TestRandom(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user