From 8b172fa750588f9c0658f7271fb933dcc947ae2c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 14 Jul 2025 12:15:27 +0200 Subject: pkg/tools: delete Starting go1.24 we can use go get -tool. See https://tip.golang.org/doc/modules/managing-dependencies#tools . --- pkg/tools/empty.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 pkg/tools/empty.go (limited to 'pkg/tools/empty.go') diff --git a/pkg/tools/empty.go b/pkg/tools/empty.go deleted file mode 100644 index d5b3488ec..000000000 --- a/pkg/tools/empty.go +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2021 syzkaller project authors. All rights reserved. -// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. - -package tools - -// Empty file to unbreak bazel+glaze build (tools.go is excluded by build constraints). -- cgit mrf-deployment