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
|
||||
// goroutines. You can send values into channels from one
|
||||
// goroutine and receive those values into another
|
||||
// goroutine. Channels are a powerful primitive that
|
||||
// underly much of Go's functionality.
|
||||
// goroutine.
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user