This commit is contained in:
Mark McGranaghan 2014-01-19 11:12:23 -07:00
parent 23a85e6f0d
commit cc39d32551
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
572ae309be3d0fd9b029aeb908013b2914a36734
NGSkDrli6L
72503557ab54ef765eeba153fe8a3446541dfc5f
Vco7d8Lmhn

View File

@ -27,7 +27,7 @@
<td class="docs">
<p>Go&rsquo;s <em>select</em> lets you wait on multiple channel
operations. Combining goroutines and channels with
select is powerful feature of Go.</p>
select is a powerful feature of Go.</p>
</td>
<td class="code empty leading">
@ -41,7 +41,7 @@ select is powerful feature of Go.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/NGSkDrli6L"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/Vco7d8Lmhn"><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>