Hello-Cobra
Hello-Cobra copied to clipboard
rename "cmd" dir --> "pkg" dir
Currently, packages for root and subcommands are placed under the cmd directory.
As usual in the Go language, "cmd" is used as the main directory of the CLI application, so it should be changed to "pkg".