From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- pkg/tools/tools.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/tools') diff --git a/pkg/tools/tools.go b/pkg/tools/tools.go index da65663e1..3c11b7e53 100644 --- a/pkg/tools/tools.go +++ b/pkg/tools/tools.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build tools -// +build tools // tools is not a normal package, it's only purpose is tools dependency management. // It allows us to vendor all used tools, ensure that all contributors have the same versions of tools, -- cgit mrf-deployment