This commit is contained in:
Mark McGranaghan 2014-01-22 08:00:54 -08:00
parent a44a00b2a3
commit 82c163b156
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
9b184444231f799b9388037d8142613a598e9345 cec0da0bd98abd7f66fcd38122e4405f757161bc
M06NADP985 N6GbEgBffd

View File

@ -28,7 +28,7 @@
<p>Sometimes we&rsquo;ll want to sort a collection by something <p>Sometimes we&rsquo;ll want to sort a collection by something
other than its natural order. For example, suppose we other than its natural order. For example, suppose we
wanted to sort strings by their length instead of wanted to sort strings by their length instead of
alphabetically. Here&rsquo;s an example of custom sorts sorts alphabetically. Here&rsquo;s an example of custom sorts
in Go.</p> in Go.</p>
</td> </td>
@ -43,7 +43,7 @@ in Go.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="http://play.golang.org/p/M06NADP985"><img title="Run code" src="play.png" class="run" /></a> <a href="http://play.golang.org/p/N6GbEgBffd"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span> <div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div> </pre></div>