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
Following the idiomatic go project pattern of having a re-usable library wrapped by thin layers of executable, refactor the project so that the livelint functionality is the basic functionality of the project and there is a cmd/livelint where the main lives for the CLI.
Acceptance:
core livelint code that exposes the reusable functionality has been moved to the project root
CLI main is moved to a cmd directory
internal functionality is distributed by business functionality
The text was updated successfully, but these errors were encountered:
Following the idiomatic go project pattern of having a re-usable library wrapped by thin layers of executable, refactor the project so that the
livelint
functionality is the basic functionality of the project and there is acmd/livelint
where the main lives for the CLI.Acceptance:
cmd
directoryThe text was updated successfully, but these errors were encountered: