Slight comment rewording following the previous commit
This commit is contained in:
parent
1c7180a00f
commit
63ed62348e
@ -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)
|
||||
|
@ -1,2 +1,2 @@
|
||||
53610b08e885c8a36dc1a2c63a70e415ce6dfe2a
|
||||
LSdohP_slOu
|
||||
54e66c2e84334f2adbf87aaeb62065111c5644ea
|
||||
iG_EcjJp4ss
|
||||
|
6
public/epoch
generated
6
public/epoch
generated
@ -44,7 +44,7 @@ Here’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’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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user