Remove superfluous sentance. Ref

This commit is contained in:
Mark McGranaghan 2014-01-10 06:28:04 -08:00
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