From a19e72cb89fd33e5bf1474887e267806f65b7a40 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
- Go 1.18 includes an implementation of fuzzing as described by - the fuzzing proposal. -
- -- See the fuzzing landing page to get - started. -
- -
- Please be aware that fuzzing can consume a lot of memory and may impact your
- machineâs performance while it runs. Also be aware that the fuzzing engine
- writes values that expand test coverage to a fuzz cache directory within
- $GOCACHE/fuzz
while it runs. There is currently no limit to the
- number of files or total bytes that may be written to the fuzz cache, so it
- may occupy a large amount of storage (possibly several GBs).
-
+ Go 1.18 includes an implementation of fuzzing as described by + the fuzzing proposal. +
+ ++ See the fuzzing landing page to get + started. +
+ +
+ Please be aware that fuzzing can consume a lot of memory and may impact your
+ machineâs performance while it runs. Also be aware that the fuzzing engine
+ writes values that expand test coverage to a fuzz cache directory within
+ $GOCACHE/fuzz
while it runs. There is currently no limit to the
+ number of files or total bytes that may be written to the fuzz cache, so it
+ may occupy a large amount of storage (possibly several GBs).
+
-- 2.50.0