diff --git a/examples/goroutines/goroutines.hash b/examples/goroutines/goroutines.hash index b2bce9e..85df0eb 100644 --- a/examples/goroutines/goroutines.hash +++ b/examples/goroutines/goroutines.hash @@ -1,2 +1,2 @@ -5562eb9bebe9ed442e8fa6801fab86b00fd1d2ba -aIO_Wi3hJj +a847131d7f112172f9d5509fd3cf31aefb6d710e +RW_RSAHfj- diff --git a/public/goroutines b/public/goroutines index aeab5c4..f1ebc97 100644 --- a/public/goroutines +++ b/public/goroutines @@ -39,7 +39,7 @@ - +
package main
 
@@ -134,7 +134,7 @@ function call.

-

Our two goroutines are running asynchronously in +

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 before the program exits.