more idiomadic phrase
This commit is contained in:
parent
7f9b445752
commit
e6c231a959
@ -3,8 +3,8 @@
|
|||||||
// multiple goroutines. Another option is to use the
|
// multiple goroutines. Another option is to use the
|
||||||
// built-in synchronization features of goroutines and
|
// built-in synchronization features of goroutines and
|
||||||
// channels to achieve the same result. This channel-based
|
// channels to achieve the same result. This channel-based
|
||||||
// approach aligns with Go's ideas of sharing memory via
|
// approach aligns with Go's ideas of sharing memory by
|
||||||
// communications and having each piece of data owned
|
// communicating and having each piece of data owned
|
||||||
// by exactly 1 goroutine.
|
// by exactly 1 goroutine.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user