]> Cypherpunks.ru repositories - gostls13.git/commitdiff
time: fix Time godoc
authorTobias Klauser <tklauser@distanz.ch>
Tue, 3 Oct 2023 20:19:42 +0000 (22:19 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 3 Oct 2023 21:26:09 +0000 (21:26 +0000)
The additional empty line was inadvertently introduced by CL 526676,
causing only part of the Time godoc to be rendered on pkg.go.dev.

Change-Id: I868315752eb160ebaab227c8b5369054c557cb7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/531877
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>

src/time/time.go

index 1db9d3768ed85e967bab862f6deaa21f127381aa..9d4c6e919e58b18d5fc27bd07f728ddaf223e39b 100644 (file)
@@ -113,7 +113,6 @@ import (
 // Time with a specific Location. Changing the Location of a Time value with
 // these methods does not change the actual instant it represents, only the time
 // zone in which to interpret it.
-
 //
 // Representations of a Time value saved by the GobEncode, MarshalBinary,
 // MarshalJSON, and MarshalText methods store the Time.Location's offset, but not