Move cmd => config/cmd

This commit is contained in:
Asim Aslam
2019-06-21 13:36:11 +01:00
parent 4aa0192eba
commit c350e19552
8 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/micro/cli"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/cmd"
"github.com/micro/go-micro/config/cmd"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/selector"
"github.com/micro/go-micro/server"