Hello-Cobra icon indicating copy to clipboard operation
Hello-Cobra copied to clipboard

rename "cmd" dir --> "pkg" dir

Open KEINOS opened this issue 3 years ago • 0 comments

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".

KEINOS avatar Mar 14 '22 00:03 KEINOS