Tooling
-
Modernize Go with golangci-lint v2.6.0
2025-10-31
golangci-lint v2.6.0 bundles the gopls modernize analyzer, making it easy to automatically suggest (and optionally apply) modern Go idioms like strings.CutPrefix, slices.Contains, maps.Clone, and replacing interface{} with any.