diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ loop: } // This sets off a chain reaction that closes the other - // p-channels (p1, p2, etc.) + // player-channels (players[1], players[2], etc.) close(players[0]) // Wait for all of the in-flight player goroutines to |
