cmd/go: modernize the output of 'go help packages' #69691
Labels
Documentation
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.23-20240626-RC01 cl/646990413 +5a18e79687 X:fieldtrack,boringcrypto linux/amd64
Output of
go env
in your module/workspace:What did you do?
Run:
go help packages
.What did you see happen?
The command output:
What did you expect to see?
While working on #69653, @robpike and I noted that the output of
go help packages
appears to be in need of modernization. A couple of key points regarding the output:go help testflag
).Overall, the information feels correct for mid-2010s vintage Go but less so for today's version, so a fresh pair of eyes would help considerably.
I would be happy to contribute a secondary review of any changes to this documentation or contribute nos. 2–3. I feel less comfortable to address Rob's commentary on the modules aspect myself.
The text was updated successfully, but these errors were encountered: