This commit is contained in:
Traun Leyden 2015-01-10 11:15:14 -08:00
parent 75f7fb9039
commit a904c2e519

View File

@ -28,7 +28,7 @@ func main() {
fmt.Println(msg)
}("going")
// Our two goroutines are running asynchronously in
// Our two functions are running asynchronously in
// separate goroutines now, so execution falls through
// to here. This `Scanln` code requires we press a key
// before the program exits.