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

@@ -11,7 +11,7 @@ import (
"github.com/micro/go-micro/api/handler"
"github.com/micro/go-micro/api/router"
regRouter "github.com/micro/go-micro/api/router/registry"
"github.com/micro/go-micro/cmd"
"github.com/micro/go-micro/config/cmd"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/registry/memory"
)