Merge remote-tracking branch 'tleyden/patch-2'
This commit is contained in:
commit
da84256f8f
@ -28,7 +28,7 @@ func main() {
|
|||||||
fmt.Println(msg)
|
fmt.Println(msg)
|
||||||
}("going")
|
}("going")
|
||||||
|
|
||||||
// Our two goroutines are running asynchronously in
|
// Our two functions are running asynchronously in
|
||||||
// separate goroutines now, so execution falls through
|
// separate goroutines now, so execution falls through
|
||||||
// to here. This `Scanln` code requires we press a key
|
// to here. This `Scanln` code requires we press a key
|
||||||
// before the program exits.
|
// before the program exits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user