mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17: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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user