Code improvements #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "refs/pull/2/head"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This PR introduces Earthly.
Currently it is used only for linting, to ensure the same version of golangci-lint is used across machines.
It also adds
Search
commands for selecting packages to import.It cleans up magic globals and instead loads configurations. While this is more code, it is also much less magical and hopefully makes the code make more sense overall.
Finall, it cleans up package structure (no more nested
modules
)