diff options
Diffstat (limited to 'tools/fuzz.go')
-rw-r--r-- | tools/fuzz.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fuzz.go b/tools/fuzz.go index ca35ff4f00..2f980b3b89 100644 --- a/tools/fuzz.go +++ b/tools/fuzz.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. +//go:build gofuzz // +build gofuzz package fuzz |