From 22e72d26052a92404410198264eabd7030af6fe9 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 23 Jun 2022 10:02:40 -0400 Subject: [PATCH] tools: only use 'go:' style build tag --- tools/tools.go | 1 - 1 file changed, 1 deletion(-) 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. //