Merge remote-tracking branch 'zakj/patch-1'

This commit is contained in:
Mark McGranaghan 2014-01-19 11:12:04 -07:00
commit 23a85e6f0d

View File

@ -1,6 +1,6 @@
// Go's _select_ lets you wait on multiple channel // Go's _select_ lets you wait on multiple channel
// operations. Combining goroutines and channels with // operations. Combining goroutines and channels with
// select is powerful feature of Go. // select is a powerful feature of Go.
package main package main