x/pkgsite: go.mod for cmd is not the right go.mod #44258
Labels
Milestone
Comments
This is a consequence of pkgsite treating everything under |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pkg.go.dev/cmd is pointing to the
src/go.mod
https://go.googlesource.com/go/+/go1.15.8/src/go.mod
It needs to be
src/cmd/go.mod
https://go.googlesource.com/go/+/go1.15.8/src/cmd/go.mod
The text was updated successfully, but these errors were encountered: