From 3143ce8b95e70a0466c836ce9be3e13a3e85c12e Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Mon, 27 Sep 2021 09:43:40 +0530 Subject: [PATCH] cmd/go: remove references to 'go help fuzz' Signed-off-by: Muhammad Falak R Wani --- src/cmd/go/alldocs.go | 2 -- src/cmd/go/internal/test/test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 02d2afc582..7be673b290 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -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 diff --git a/src/cmd/go/internal/test/test.go b/src/cmd/go/internal/test/test.go index 518555ecba..7c6f109cc5 100644 --- a/src/cmd/go/internal/test/test.go +++ b/src/cmd/go/internal/test/test.go @@ -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