diff options
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ loop: } } - // This sets off a chain reaction that closes all the - // p-channels (p0, p1, etc.) + // This sets off a chain reaction that closes the other + // p-channels (p1, p2, etc.) close(p0) wg.Wait() |
