no comma
This commit is contained in:
parent
0d79e325dc
commit
2a0178d304
@ -54,7 +54,7 @@ func main() {
|
|||||||
// goroutine repeatedly selects on the `reads` and
|
// goroutine repeatedly selects on the `reads` and
|
||||||
// `writes` channels, responding to requests as they
|
// `writes` channels, responding to requests as they
|
||||||
// arrive. A response is executed by first performing
|
// arrive. A response is executed by first performing
|
||||||
// the requested operation, and then sending a value
|
// the requested operation and then sending a value
|
||||||
// on the response channel `resp` to indicate success
|
// on the response channel `resp` to indicate success
|
||||||
// (and the desired value in the case of `reads`).
|
// (and the desired value in the case of `reads`).
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user