mirror of
https://github.com/golang/go
synced 2024-11-16 23:14:42 -07:00
time: fix Time godoc
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>
This commit is contained in:
parent
51cb717d27
commit
65e1fc7f19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user