The Add dependencies to current module and install them section in the cmd/go documentation links to a #go-install anchor in the modules reference, but the anchor does not exists:
See 'go help install' or https://golang.org/ref/mod#go-install for details.
https://golang.org/ref/mod#go-install goes nowhere.
The same anchor is also referenced in the new 1.16 modules change blogpost:
Now we can all use go install program@latest instead. See go install for details.
With an href on the go install words.
What's strange is that I can see a section dedicated to go install (with an anchor) here:
https://github.com/golang/website/blob/a9ebb32b2bed8967e3688d11879261e95ac73891/_content/doc/mod.md
But I can't see it in the version deployed on the website.
cc @dmitshur @jayconrod
The Add dependencies to current module and install them section in the cmd/go documentation links to a
#go-installanchor in the modules reference, but the anchor does not exists:https://golang.org/ref/mod#go-install goes nowhere.
The same anchor is also referenced in the new 1.16 modules change blogpost:
With an href on the
go installwords.What's strange is that I can see a section dedicated to
go install(with an anchor) here:https://github.com/golang/website/blob/a9ebb32b2bed8967e3688d11879261e95ac73891/_content/doc/mod.md
But I can't see it in the version deployed on the website.
cc @dmitshur @jayconrod