replace config/cmd with cmd

This commit is contained in:
Asim Aslam 2020-07-14 21:27:09 +01:00 committed by Vasiliy Tolstov
parent acdfc682e9
commit d0a6c86597

View File

@ -4,7 +4,7 @@ package memory
import (
"github.com/micro/go-micro/v2/broker"
"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() {