<#601 HUGE refactor to use a single `go.mod` file>...
# osctrl
g
#601 HUGE refactor to use a single `go.mod` file Pull request opened by javuto • Removing all the
go.mod
and
go.sum
files to leave a single one for the repository. • Move all the commands to the folder
cmd
• Move all the packages to the folder
internal
• Refactor all the imported dependencies to use the new convention • Removed alias for
node-actions
in
osctrl-cli
to prevent duplicated aliases. jmpsec/osctrl