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