Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
function must be invoked in go statement
  • Loading branch information
Petr Shevtsov authored Mar 10, 2017
1 parent fd70310 commit 000b105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for i := 0; i < 4; i++ {
for e := range ch {
p.Send(e, 10 * time.Second)
}
}
}()
}
```

Expand Down

0 comments on commit 000b105

Please sign in to comment.