aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorwxiaoguang2022-05-02 23:22:45 +0800
committerGitHub2022-05-02 23:22:45 +0800
commitc18d8d6968cb175703942631f0094ffb415f51f4 (patch)
treeeab9c1aee4f2eedf1e17323c74c3c7ada7256776 /tools
parente2a3f3d259d230b7d1f62138e789ccdfd8f43b73 (diff)
Remove legacy `+build:` constraint (#19582)
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
Diffstat (limited to 'tools')
-rw-r--r--tools/fuzz.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/fuzz.go b/tools/fuzz.go
index 64fda17b5..8098868d5 100644
--- a/tools/fuzz.go
+++ b/tools/fuzz.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build gofuzz
-// +build gofuzz
package fuzz