From: Tobias Klauser Date: Tue, 25 May 2021 08:33:02 +0000 (+0200) Subject: doc/go1.17: fix formatting for time changes X-Git-Tag: go1.17beta1~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d050238bb6;p=gostls13.git doc/go1.17: fix formatting for time changes Also add a link to the time.Time type and adjust the wording a bit. Change-Id: I2f4210ada6d253eb5804e6327b2432487beb8a05 Reviewed-on: https://go-review.googlesource.com/c/go/+/321811 Trust: Tobias Klauser Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.17.html b/doc/go1.17.html index c2317a4035..bdde26bd10 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -558,9 +558,10 @@ Do not send CLs removing the interior tags from such phrases.
time

- time.Time now has a GoString - method that will return a more useful value for times when printed with - the "%#v" format specifier in the fmt package. + The Time type now has a + GoString method that + will return a more useful value for times when printed with the + %#v format specifier in the fmt package.