This commit is contained in:
Mark McGranaghan 2013-12-03 05:18:14 -08:00
parent e4b2d0add1
commit 2e3ae49bd5
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
b56f9122928886ac695c15657c2ff5ec7c5436d9
3jXHvYbLUz
61a498229c8878a97d729cfdd215e5f3960f87ac
GP_zEjhlWk

View File

@ -42,7 +42,7 @@ Here&rsquo;s how to do it in Go.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/3jXHvYbLUz"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/GP_zEjhlWk"><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>
@ -96,7 +96,7 @@ nanoseconds, respectively.</p>
<td class="docs">
<p>Note that there is no <code>UnixMillis</code>, so to get the
milliseconds since epoch you&rsquo;ll need to manually
dive from nanoseconds.</p>
divide from nanoseconds.</p>
</td>
<td class="code leading">