replace config/cmd with cmd
This commit is contained in:
parent
acdfc682e9
commit
d0a6c86597
2
nats.go
2
nats.go
@ -4,7 +4,7 @@ package memory
|
|||||||
import (
|
import (
|
||||||
"github.com/micro/go-micro/v2/broker"
|
"github.com/micro/go-micro/v2/broker"
|
||||||
"github.com/micro/go-micro/v2/broker/nats"
|
"github.com/micro/go-micro/v2/broker/nats"
|
||||||
"github.com/micro/go-micro/v2/config/cmd"
|
"github.com/micro/go-micro/v2/cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user