diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-07-14 12:15:27 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-07-14 10:30:37 +0000 |
| commit | 8b172fa750588f9c0658f7271fb933dcc947ae2c (patch) | |
| tree | bd223c223582ecef133ea532efa0bfa5d8e3fb7f /pkg/tools/empty.go | |
| parent | d8fc733505f5adb1a84287028b9aabb4f8c56cf9 (diff) | |
pkg/tools: delete
Starting go1.24 we can use go get -tool.
See https://tip.golang.org/doc/modules/managing-dependencies#tools .
Diffstat (limited to 'pkg/tools/empty.go')
| -rw-r--r-- | pkg/tools/empty.go | 6 |
1 files changed, 0 insertions, 6 deletions
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). |
