mirror of https://github.com/golang/go.git
cmd/go: remove references to 'go help fuzz'
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
ff8a7e513b
commit
3143ce8b95
|
|
@ -1566,8 +1566,6 @@
|
|||
// in no time at all,so a successful package test result will be cached and
|
||||
// reused regardless of -timeout setting.
|
||||
//
|
||||
// Run 'go help fuzz' for details around how the go command handles fuzz targets.
|
||||
//
|
||||
// In addition to the build flags, the flags handled by 'go test' itself are:
|
||||
//
|
||||
// -args
|
||||
|
|
|
|||
|
|
@ -132,8 +132,6 @@ variables are unchanged. A cached test result is treated as executing
|
|||
in no time at all,so a successful package test result will be cached and
|
||||
reused regardless of -timeout setting.
|
||||
|
||||
Run 'go help fuzz' for details around how the go command handles fuzz targets.
|
||||
|
||||
In addition to the build flags, the flags handled by 'go test' itself are:
|
||||
|
||||
-args
|
||||
|
|
|
|||
Loading…
Reference in New Issue