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

@@ -5,7 +5,7 @@ import (
"net"
"reflect"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
)
var (

View File

@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
"golang.org/x/net/context"
)

View File

@@ -1,7 +1,7 @@
package server
import (
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
)
type Handler interface {

View File

@@ -1,7 +1,7 @@
package server
import (
"github.com/myodc/go-micro/server/proto/health"
"github.com/micro/go-micro/server/proto/health"
"golang.org/x/net/context"
)

View File

@@ -1,9 +1,9 @@
package server
import (
"github.com/myodc/go-micro/broker"
"github.com/myodc/go-micro/registry"
"github.com/myodc/go-micro/transport"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
)
type options struct {

View File

@@ -1,12 +1,12 @@
// Code generated by protoc-gen-go.
// source: github.com/myodc/go-micro/proto/health/health.proto
// source: github.com/micro/go-micro/proto/health/health.proto
// DO NOT EDIT!
/*
Package health is a generated protocol buffer package.
It is generated from these files:
github.com/myodc/go-micro/proto/health/health.proto
github.com/micro/go-micro/proto/health/health.proto
It has these top-level messages:
Request

View File

@@ -3,7 +3,7 @@ package server
import (
"bytes"
"fmt"
"github.com/myodc/go-micro/transport"
"github.com/micro/go-micro/transport"
rpc "github.com/youtube/vitess/go/rpcplus"
js "github.com/youtube/vitess/go/rpcplus/jsonrpc"
pb "github.com/youtube/vitess/go/rpcplus/pbrpc"

View File

@@ -3,7 +3,7 @@ package server
import (
"reflect"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/registry"
)
type rpcHandler struct {

View File

@@ -6,10 +6,10 @@ import (
"strings"
"sync"
"github.com/myodc/go-micro/broker"
c "github.com/myodc/go-micro/context"
"github.com/myodc/go-micro/registry"
"github.com/myodc/go-micro/transport"
"github.com/micro/go-micro/broker"
c "github.com/micro/go-micro/context"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/transport"
log "github.com/golang/glog"
rpc "github.com/youtube/vitess/go/rpcplus"

View File

@@ -5,9 +5,9 @@ import (
"reflect"
"github.com/golang/protobuf/proto"
"github.com/myodc/go-micro/broker"
c "github.com/myodc/go-micro/context"
"github.com/myodc/go-micro/registry"
"github.com/micro/go-micro/broker"
c "github.com/micro/go-micro/context"
"github.com/micro/go-micro/registry"
"golang.org/x/net/context"
)