tweak
This commit is contained in:
parent
92bcbe8acc
commit
0c5d65e934
@ -1,7 +1,8 @@
|
|||||||
// _Channels_ are the pipes that connect goroutines in a
|
// _Channels_ are the pipes that connect concurrent
|
||||||
// concurrent Go program. You can send values into
|
// goroutines. You can send values into channels from one
|
||||||
// channels from one goroutine and receive those values
|
// goroutine and receive those values into another
|
||||||
// into another goroutine.
|
// goroutine. Channels are a powerful primitive that
|
||||||
|
// underly much of Go's functionality.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user