From d050238bb653711b47335583c5425c9efec30e4e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 25 May 2021 10:33:02 +0200 Subject: [PATCH] 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 --- doc/go1.17.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/go1.17.html b/doc/go1.17.html index c2317a40352..bdde26bd108 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.