Remove superfluous sentance. Ref #63

This commit is contained in:
Mark McGranaghan 2014-01-10 06:28:04 -08:00
parent 08fedf84be
commit dc7c349b7b

View File

@ -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