Permalink
Browse files

Rebuild

  • Loading branch information...
1 parent 8512815 commit 8e97559c03ae169bdd1341ff3264293f2d3b35de @mmcgrana committed Jan 10, 2014
Showing with 6 additions and 7 deletions.
  1. +2 −2 examples/channels/channels.hash
  2. +4 −5 public/channels
View
4 examples/channels/channels.hash
@@ -1,2 +1,2 @@
-be6689b44773c1f7a83d409d1e2f5ba7d6c7b006
-aVTMoY5FNt
+926212c784ab820648906c96f6ab21afbc161526
+Kd8B0T_JGK
View
9 public/channels
@@ -28,8 +28,7 @@
<p><em>Channels</em> are the pipes that connect concurrent
goroutines. You can send values into channels from one
goroutine and receive those values into another
-goroutine. Channels are a powerful primitive that
-underly much of Go&rsquo;s functionality.</p>
+goroutine.</p>
</td>
<td class="code empty leading">
@@ -43,7 +42,7 @@ underly much of Go&rsquo;s functionality.</p>
</td>
<td class="code leading">
- <a href="http://play.golang.org/p/aVTMoY5FNt"><img title="Run code" src="play.png" class="run" /></a>
+ <a href="http://play.golang.org/p/Kd8B0T_JGK"><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>
@@ -127,8 +126,8 @@ we sent above and print it out.</p>
<tr>
<td class="docs">
<p>When we run the program the <code>&quot;ping&quot;</code> message is
-successfully passed from one goroutine to another via our
-channel.</p>
+successfully passed from one goroutine to another via
+our channel.</p>
</td>
<td class="code leading">

0 comments on commit 8e97559

Please sign in to comment.