diff --git a/doc/go1.18.html b/doc/go1.18.html index 4907dd6e2d..a5d7dcfcc5 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -304,6 +304,27 @@ Do not send CLs removing the interior tags from such phrases. file to specify the single main module.

+

+ The go command now supports additional command line + options for the new fuzzing support described + above: +

+

+

gofmt

@@ -979,7 +1000,9 @@ Do not send CLs removing the interior tags from such phrases.

The new testing.F type is used by the new fuzzing support described - above. + above. Tests also now support the command line + options -test.fuzz, -test.fuzztime, and + -test.fuzzminimizetime.