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
tldr - This behaviour is something that has been addressed in the latest go release.
I am currently reading this book (excellent btw), and am coding along until I get to the '...and we're back' section of the concurrency chapter.
I ran this example and my tests pass just fine.
I then set out to investigate why, as this should fail according to the chapter, and this video cleared things up for me - https://www.youtube.com/watch?v=Smc-6qfZ2JU
The text was updated successfully, but these errors were encountered:
Good spot! Do you fancy making a PR?
Sorry, something went wrong.
I'll give it a shot, sure! I'll try and tackle it this weekend.
No branches or pull requests
tldr - This behaviour is something that has been addressed in the latest go release.
I am currently reading this book (excellent btw), and am coding along until I get to the '...and we're back' section of the concurrency chapter.
I ran this example and my tests pass just fine.
I then set out to investigate why, as this should fail according to the chapter, and this video cleared things up for me -
https://www.youtube.com/watch?v=Smc-6qfZ2JU
The text was updated successfully, but these errors were encountered: