cmd/go: avoid using the term "work space" to refer to a GOPATH in documentation #48034
Labels
Documentation
Issues describing a change to documentation.
GoCommand
cmd/go
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What is the URL of the page with the issue?
https://pkg.go.dev/cmd/go#hdr-Import_path_syntax
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36
Screenshot
What did you do?
Read the page and tried to understand it.
The page says:
and:
What did you expect to see?
A description or definition of what a "work space" is. (I also looked in the output of
go help gopath
and didn't find it.)What did you see instead?
No such description or definition.
From context, I'd guess a "work space" may be a directory (package? module???) in the local file system, possibly outside GOPATH; but I hate guessing. Besides, "Go programs cannot use relative import paths within a work space" seems to rule this out.
(Importance: very low; urgency: non-existent)
The text was updated successfully, but these errors were encountered: