-
Notifications
You must be signed in to change notification settings - Fork 520
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
tour: Range and Close example code fails to run #505
Comments
The problem doesn't reproduce 100% of the times, you need to open a new tab (after a few runs or when you modify the txt it works. The first request does NOT work (returns error).
|
Context: https://tour.golang.org/concurrency/4
The example code fails to run in the section "Range and Close" with an error message:
The code compiles and runs if I change any line in the example code (eg. adding a new empty line).
The text was updated successfully, but these errors were encountered: