RaulCatalinas/HuskyBC

Circular import

Closed this issue · 1 comments

After adding "Handler" to "Options" in the file "constants/cli.go", a circular import has been created between the files "cli/show_help.go", "constants/cli.go" and "handlers/handler_options.go".

After moving the file "cli.go" to a new folder called "options", the circular import has been reduced to two files, which are "options/cli.go" and "cli/show_help.go"