File tree 1 file changed +24
-1
lines changed 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,27 @@ <h3 id="go-command">Go command</h3>
304
304
file to specify the single main module.
305
305
</ p >
306
306
307
+ < p > <!-- CL 251441 -->
308
+ The < code > go</ code > command now supports additional command line
309
+ options for the new < a href ="#fuzzing "> fuzzing support described
310
+ above</ a > :
311
+ < ul >
312
+ < li >
313
+ < code > go test</ code > supports
314
+ < code > -fuzz</ code > , < code > -fuzztime</ code > , and
315
+ < code > -fuzzminimizetime</ code > options.
316
+ For documentation on these see
317
+ < a href ="/pkg/cmd/go#hdr-Testing_flags "> < code > go help testflag</ code > </ a > .
318
+ </ li >
319
+ < li >
320
+ < code > go clean</ code > supports a < code > -fuzzcache</ code >
321
+ option.
322
+ For documentation see
323
+ < a href ="/pkg/cmd/go#hdr-Remove_object_files_and_cached_files "> < code > go help clean</ code > </ a > .
324
+ </ li >
325
+ </ ul >
326
+ </ p >
327
+
307
328
< h3 id ="gofmt "> < code > gofmt</ code > </ h3 >
308
329
309
330
< p > <!-- https://golang.org/issue/43566 -->
@@ -979,7 +1000,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
979
1000
< p > <!-- CL 251441 -->
980
1001
The new < a href ="/pkg/testing#F "> < code > testing.F</ code > </ a > type
981
1002
is used by the new < a href ="#fuzzing "> fuzzing support described
982
- above</ a > .
1003
+ above</ a > . Tests also now support the command line
1004
+ options < code > -test.fuzz</ code > , < code > -test.fuzztime</ code > , and
1005
+ < code > -test.fuzzminimizetime</ code > .
983
1006
</ p >
984
1007
</ dd >
985
1008
</ dl > <!-- testing -->
You can’t perform that action at this time.
0 commit comments