Slight comment rewording following the previous commit

This commit is contained in:
Eli Bendersky 2022-01-10 05:45:35 -08:00
parent 1c7180a00f
commit 63ed62348e
3 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ import (
func main() {
// Use `time.Now` with `Unix` or `UnixMilli` or `UnixNano`
// to get elapsed time since the Unix epoch in seconds or
// Use `time.Now` with `Unix`, `UnixMilli` or `UnixNano`
// to get elapsed time since the Unix epoch in seconds,
// milliseconds or nanoseconds, respectively.
now := time.Now()
fmt.Println(now)

View File

@ -1,2 +1,2 @@
53610b08e885c8a36dc1a2c63a70e415ce6dfe2a
LSdohP_slOu
54e66c2e84334f2adbf87aaeb62065111c5644ea
iG_EcjJp4ss

6
public/epoch generated
View File

@ -44,7 +44,7 @@ Here&rsquo;s how to do it in Go.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/LSdohP_slOu"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="http://play.golang.org/p/iG_EcjJp4ss"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><span class="kn">package</span> <span class="nx">main</span>
</pre>
</td>
@ -77,8 +77,8 @@ Here&rsquo;s how to do it in Go.</p>
<tr>
<td class="docs">
<p>Use <code>time.Now</code> with <code>Unix</code> or <code>UnixMilli</code> or <code>UnixNano</code>
to get elapsed time since the Unix epoch in seconds or
<p>Use <code>time.Now</code> with <code>Unix</code>, <code>UnixMilli</code> or <code>UnixNano</code>
to get elapsed time since the Unix epoch in seconds,
milliseconds or nanoseconds, respectively.</p>
</td>