Using a separate Go module for managing tool dependencies like linting or code generation helps reduce clutter in the top-level go.mod file. By migrating to a multi-module project, dependencies used only for building or testing are isolated, making the dependency graph cleaner and more manageable.
Sort: