Fix build
This commit is contained in:
parent
74714876f2
commit
6ac36e1cf6
@ -7,7 +7,8 @@ import (
|
|||||||
"github.com/micro/go-micro/broker"
|
"github.com/micro/go-micro/broker"
|
||||||
"github.com/micro/go-micro/cmd"
|
"github.com/micro/go-micro/cmd"
|
||||||
|
|
||||||
_ "github.com/micro/go-plugins/broker/rabbitmq"
|
// To enable rabbitmq plugin uncomment
|
||||||
|
//_ "github.com/micro/go-plugins/broker/rabbitmq"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -8,7 +8,8 @@ import (
|
|||||||
"github.com/micro/go-micro/broker"
|
"github.com/micro/go-micro/broker"
|
||||||
"github.com/micro/go-micro/cmd"
|
"github.com/micro/go-micro/cmd"
|
||||||
|
|
||||||
_ "github.com/micro/go-plugins/broker/rabbitmq"
|
// To enable rabbitmq plugin uncomment
|
||||||
|
//_ "github.com/micro/go-plugins/broker/rabbitmq"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user