mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
rename imports
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/micro/cli/v2"
|
||||
proto "github.com/micro/examples/helloworld/proto"
|
||||
"github.com/micro/examples/mocking/mock"
|
||||
proto "github.com/micro/go-micro/examples/helloworld/proto"
|
||||
"github.com/micro/go-micro/examples/mocking/mock"
|
||||
"github.com/micro/go-micro/v2"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package mock
|
||||
import (
|
||||
"context"
|
||||
|
||||
proto "github.com/micro/examples/helloworld/proto"
|
||||
proto "github.com/micro/go-micro/examples/helloworld/proto"
|
||||
"github.com/micro/go-micro/v2/client"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user