diff options
Diffstat (limited to 'replacer_fuzz.go')
-rw-r--r-- | replacer_fuzz.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/replacer_fuzz.go b/replacer_fuzz.go index 2c27f01ae..a837e33f8 100644 --- a/replacer_fuzz.go +++ b/replacer_fuzz.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build gofuzz // +build gofuzz package caddy |