cmd/go: go help packages should document that in module mode import paths must be fully qualified #36680
Labels
Documentation
Issues describing a change to documentation.
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
go help packages
, for go1.13.6, also available athttps://golang.org/pkg/cmd/go/#hdr-Package_lists_and_patterns,
in an example about a unique prefix that belongs to you, says:
I don't know if Google is still using
'google'
and GOPATH mode. However I think the documentation should say (here or somewhere else) that in module mode non fully qualified import path like'google'
are rejected by the go tool.The text was updated successfully, but these errors were encountered: