SEBA-767 Directory restructuring in accordance with best practices
Change-Id: Id651366a3545ad0141a7854e99fa46867e543295
diff --git a/cmd/cordctl.go b/cmd/cordctl/cordctl.go
similarity index 93%
rename from cmd/cordctl.go
rename to cmd/cordctl/cordctl.go
index 500971e..8106a36 100644
--- a/cmd/cordctl.go
+++ b/cmd/cordctl/cordctl.go
@@ -19,8 +19,8 @@
import (
"fmt"
flags "github.com/jessevdk/go-flags"
- "github.com/opencord/cordctl/commands"
- corderrors "github.com/opencord/cordctl/error"
+ "github.com/opencord/cordctl/internal/pkg/commands"
+ corderrors "github.com/opencord/cordctl/internal/pkg/error"
"os"
"path"
)