This commit is contained in:
Mark McGranaghan 2012-10-11 18:33:19 -07:00
parent c87fc65436
commit 4d9a8a231e

View File

@ -10,7 +10,7 @@ import "fmt"
func main() {
// For our example, suppose we're execting an external
// For our example, suppose we're executing an external
// call that returns its result on a channel `c1`
// after 2s.
c1 := make(chan string)