diff --git a/gopls/internal/analysis/modernize/main.go b/gopls/internal/analysis/modernize/cmd/modernize/main.go similarity index 96% rename from gopls/internal/analysis/modernize/main.go rename to gopls/internal/analysis/modernize/cmd/modernize/main.go index e1276e333ae..1e8a4b95682 100644 --- a/gopls/internal/analysis/modernize/main.go +++ b/gopls/internal/analysis/modernize/cmd/modernize/main.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build ignore - // The modernize command suggests (or, with -fix, applies) fixes that // clarify Go code by using more modern features. package main