-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go get no longer creates $GOPATH/pkg dir in 1.10 #24360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not a big deal -- just I didn't see any mention of this in the changelog (or I missed it!) |
See the caching changes - cached package builds now reside in $GOCACHE. |
The docs mention the new cache, but are a bit brief about the |
It's not terribly clear whether or not $GOPATH/pkg is used anymore, so I'm going to reopen for now. |
/cc @ianlancetaylor @rsc |
pkg
dir no longer created by go get
?
This is related to (or duplicate of) issue #4719. |
Running
Since |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, 1.10 is currently the latest release
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
What did you see instead?
(for the other version of go I have installed (1.6.2) I see this)
The text was updated successfully, but these errors were encountered: