1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

update links from myodc to micro

This commit is contained in:
Asim
2015-11-20 16:17:33 +00:00
parent 9b23729eac
commit 5d88115f2a
34 changed files with 85 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ package consul
// This is a hack
import (
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
)
func NewRegistry(addrs []string, opt ...registry.Option) registry.Registry {

View File

@@ -8,7 +8,7 @@ import (
"sync"
etcd "github.com/coreos/etcd/client"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
"golang.org/x/net/context"
)

View File

@@ -2,7 +2,7 @@ package etcd
import (
etcd "github.com/coreos/etcd/client"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
"golang.org/x/net/context"
)

View File

@@ -8,7 +8,7 @@ import (
log "github.com/golang/glog"
"github.com/hashicorp/memberlist"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
"github.com/pborman/uuid"
)

View File

@@ -3,7 +3,7 @@ package memory
import (
"testing"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
)
func TestDelServices(t *testing.T) {