Permalink
Browse files

Rebuild

  • Loading branch information...
1 parent 32f268e commit 99e0ab00df23e60d0417ffe546c358d504983253 @mmcgrana committed Jan 10, 2015
Showing with 4 additions and 4 deletions.
  1. +2 −2 examples/goroutines/goroutines.hash
  2. +2 −2 public/goroutines
View
4 examples/goroutines/goroutines.hash
@@ -1,2 +1,2 @@
-5562eb9bebe9ed442e8fa6801fab86b00fd1d2ba
-aIO_Wi3hJj
+a847131d7f112172f9d5509fd3cf31aefb6d710e
+RW_RSAHfj-
View
4 public/goroutines
@@ -39,7 +39,7 @@
</td>
<td class="code leading">
- <a href="http://play.golang.org/p/aIO_Wi3hJj"><img title="Run code" src="play.png" class="run" /></a>
+ <a href="http://play.golang.org/p/RW_RSAHfj-"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>
@@ -134,7 +134,7 @@ function call.</p>
<tr>
<td class="docs">
- <p>Our two goroutines are running asynchronously in
+ <p>Our two function calls are running asynchronously in
separate goroutines now, so execution falls through
to here. This <code>Scanln</code> code requires we press a key
before the program exits.</p>

0 comments on commit 99e0ab0

Please sign in to comment.