You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Damon was not really meant to be used as a library and imported by other modules.
In order to make this more explicit, most packages should be moved under /internal except for the CLI which should be put under /cmd
Damon was not really meant to be used as a library and imported by other modules.
In order to make this more explicit, most packages should be moved under
/internalexcept for the CLI which should be put under/cmdSome guidelines to follow in golang-standards/project-layout