x/website: update go list -m
documentation for workspace mode in ref/mod
#52649
Labels
Documentation
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
website
Milestone
The documentation of
go list -m
currently says:"If no arguments are specified, the main module is listed."
This is incorrect, since, when workspace mode is enabled,
go list -m
lists all the active main modules.Here is an example:
$ go list -m -json
The text was updated successfully, but these errors were encountered: