Skip to content

Commit cee5685

Browse files
committed
life is a race
1 parent 5bd2121 commit cee5685

File tree

1 file changed

+3
-0
lines changed
  • day07-goroutines-channels-1

1 file changed

+3
-0
lines changed

day07-goroutines-channels-1/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
Playing with Goroutines and basics of channels
22
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

Comments
 (0)