We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I deleted cmd/internal/str and tried to build cmd/link. I get
% go build cmd link/internal/ld/main.go:37:2: cannot find package "." in: /Users/rsc/go/src/cmd/internal/str %
There is no mention of an import of ".", so the message should not mention "." either.