From 99e0ab00df23e60d0417ffe546c358d504983253 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 10 Jan 2015 14:42:44 -0800 Subject: [PATCH] Rebuild --- examples/goroutines/goroutines.hash | 4 ++-- public/goroutines | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.