From d5cfba087f4947ac25714f925e610d0d3575d05e Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Mon, 27 Sep 2021 04:20:34 +0000 Subject: [PATCH] cmd/go: remove references to 'go help fuzz' Fixes: #48623 Change-Id: Idab917b90ceb332cf49b6ca2a6b79be97ac56e18 GitHub-Last-Rev: 3143ce8b95e70a0466c836ce9be3e13a3e85c12e GitHub-Pull-Request: golang/go#48640 Reviewed-on: https://go-review.googlesource.com/c/go/+/352313 Reviewed-by: Bryan C. Mills Trust: Bryan C. Mills Trust: Jay Conrod Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot --- 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 -- 2.50.0