aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-05-28 17:32:15 -0700
committerIan Lance Taylor <iant@golang.org>2021-05-29 01:59:17 +0000
commit79bda650410c8617f0ae20dc552c6d5b8f8dcfc8 (patch)
treec0dc65d8c09a9cd7fccc2ffe5ddea25a2a23a00c /doc
parentf6cc392d1ddd53a003c413fba4c1fc244ce2d85e (diff)
downloadgo-79bda650410c8617f0ae20dc552c6d5b8f8dcfc8.tar.gz
go-79bda650410c8617f0ae20dc552c6d5b8f8dcfc8.zip
doc/go1.17: mention time.Layout
For #44513 Change-Id: Id4624e977654f7e8c489508a9dce98c9fab621a6 Reviewed-on: https://go-review.googlesource.com/c/go/+/323490 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 3805a4c14e..02a58f8984 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -673,6 +673,11 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 300996 -->
TODO: <a href="https://golang.org/cl/300996">https://golang.org/cl/300996</a>: support &#34;,&#34; as separator for fractional seconds
</p>
+
+ <p><!-- CL 320252 -->
+ The new constant <a href="/pkg/time/#Layout"><code>Layout</code></a>
+ defines the reference time.
+ </p>
</dd>
</dl><!-- time -->