We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
go version
Go 1.4 -> tip as of today
go env
Linux 64bit
https://play.golang.org/p/wbn3YAwyVD
Different pointers.
The same pointer.
Judging since this existed since 1.4 I'm guessing it's a part of the spec but for the life of me I couldn't find it.
The text was updated successfully, but these errors were encountered:
This is how the language is defined. Working as defined.
Sorry, something went wrong.
For questions, see https://golang.org/wiki/Questions
@minux I can't believe after all those years (answering that very question with goroutines 100 times on SO), I missed that, thank you.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Go 1.4 -> tip as of today
What operating system and processor architecture are you using (
go env
)?Linux 64bit
What did you do?
https://play.golang.org/p/wbn3YAwyVD
What did you expect to see?
Different pointers.
What did you see instead?
The same pointer.
Judging since this existed since 1.4 I'm guessing it's a part of the spec but for the life of me I couldn't find it.
The text was updated successfully, but these errors were encountered: