diff --git a/tools/tools.go b/tools/tools.go index 52a676b00..adfaa7f14 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,5 +1,4 @@ //go:build tools -// +build tools // This file uses the recommended method for tracking developer tools in a go module. //