x/website: Missing Retract field and ModPath struct in GoMod module reference docs #51163
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
help wanted
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?n/a
Does this issue reproduce with the latest release?
n/a
What operating system and processor architecture are you using (
go env
)?n/a
What did you do?
Reviewed https://go.dev/ref/mod#go-mod-edit (source: https://github.com/golang/website/blob/master/_content/ref/mod.md#go-mod-edit-go-mod-edit)
What did you expect to see?
The description of the
-json
output should include theRetract []Retract
field in the GoMod struct and include theModPath
struct (and the Module field should be of type ModPath).This field and struct are present in the
go help mod edit
documentation.What did you see instead?
Missing Retract field and ModPath struct.
The text was updated successfully, but these errors were encountered: