We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd2121 commit cee5685Copy full SHA for cee5685
day07-goroutines-channels-1/README
@@ -1,2 +1,5 @@
1
Playing with Goroutines and basics of channels
2
More stuff on channels tmrw
3
+
4
+to check if your code has a race condition, run it with the `-race` flag
5
+`go run -race main.go`
0 commit comments