Can now shorten this

This commit is contained in:
Mark McGranaghan 2018-02-01 17:26:11 -05:00
parent 6805c6cdb8
commit 36352be54c

View File

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