]> Cypherpunks repositories - gostls13.git/commit
testing, cmd/go: clarify documentation
authorJay Conrod <jayconrod@google.com>
Wed, 15 Sep 2021 21:44:19 +0000 (14:44 -0700)
committerJay Conrod <jayconrod@google.com>
Tue, 21 Sep 2021 17:53:09 +0000 (17:53 +0000)
commitcc85bd07cc27a1f78c13a699c1ea5737abeb47c2
tree9bc8cb63d4fd7336070e513fc299de6687a119f7
parentfa5c5043bca5264fabbdc47d780cfb53b1f5d9a3
testing, cmd/go: clarify documentation

This CL removes 'go help fuzz' but expands the testing package
documentation with much of the same information. It also removes
documentation for the unimplemented -keepfuzzing flag and makes a
number of other clarifications.

Addressing comments in CL 348469.

Updates #46629

Change-Id: I12ab5971c900c2e43f2c2d83c6705e8cd642388b
Reviewed-on: https://go-review.googlesource.com/c/go/+/351113
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Trust: Katie Hockman <katie@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/clean/clean.go
src/cmd/go/internal/test/test.go
src/cmd/go/main.go
src/testing/testing.go