gophernotes
gophernotes copied to clipboard
Problem with goroutines and closures. Wrong function execution
I'm running inside the dockerized version running the command from the readme,
I should get 10 11 12 but instead I get 12 12 12. The code works fine if I make it into a standalone go program.