aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/fuzz.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/json/fuzz.go')
-rw-r--r--src/encoding/json/fuzz.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encoding/json/fuzz.go b/src/encoding/json/fuzz.go
index be03f0d7ff..d3fa2d1113 100644
--- a/src/encoding/json/fuzz.go
+++ b/src/encoding/json/fuzz.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build gofuzz
// +build gofuzz
package json