Fixup import paths
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/asim/go-micro/broker"
|
||||
"github.com/myodc/go-micro/broker"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -3,9 +3,9 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"code.google.com/p/goprotobuf/proto"
|
||||
"github.com/asim/go-micro/client"
|
||||
example "github.com/asim/go-micro/template/proto/example"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/myodc/go-micro/client"
|
||||
example "github.com/myodc/go-micro/template/proto/example"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user