Remove superfluous sentance. Ref #63
This commit is contained in:
parent
08fedf84be
commit
dc7c349b7b
@ -1,8 +1,7 @@
|
|||||||
// _Channels_ are the pipes that connect concurrent
|
// _Channels_ are the pipes that connect concurrent
|
||||||
// goroutines. You can send values into channels from one
|
// goroutines. You can send values into channels from one
|
||||||
// goroutine and receive those values into another
|
// goroutine and receive those values into another
|
||||||
// goroutine. Channels are a powerful primitive that
|
// goroutine.
|
||||||
// underly much of Go's functionality.
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user