cmd/go: go help packages should document that in module mode import paths must be fully qualified #36680
Milestone
Comments
The linked documentation does recommend reading Relative import paths are also supported: https://golang.org/cmd/go/#hdr-Relative_import_paths |
Just to clarify, I'm referring to the error message emitted by
However, I noted that So an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: