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 http
// This is a hack
import (
"github.com/myodc/go-micro/broker"
"github.com/micro/go-micro/broker"
)
func NewBroker(addrs []string, opt ...broker.Option) broker.Broker {