go/src/time
Russ Cox 19309779ac all: gofmt main repo
[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go.dev/s/godocfmt-design.]

Run the updated gofmt, which reformats doc comments,
on the main repository. Vendored files are excluded.

For #51082.

Change-Id: I7332f099b60f716295fb34719c98c04eb1a85407
Reviewed-on: https://go-review.googlesource.com/c/go/+/384268
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-11 16:34:30 +00:00
..
testdata
tzdata all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
embed.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
example_test.go time: add some examples 2021-11-05 21:28:07 +00:00
export_android_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
export_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
export_windows_test.go
format.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
format_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
genzabbrs.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
internal_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
mono_test.go
sleep.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
sleep_test.go time: skip TestTimerModifiedEarlier on plan9/arm 2022-01-06 19:42:27 +00:00
sys_plan9.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sys_windows.go
tick.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
tick_test.go time: make Ticker.Reset(0) panic 2021-11-05 21:13:38 +00:00
time.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
time_test.go time: add Duration.Abs 2022-03-27 20:23:17 +00:00
tzdata_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_android.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_android_test.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_goroot.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_ios.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_js.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_plan9.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_read.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_test.go internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
zoneinfo_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
zoneinfo_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
zoneinfo_windows.go time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo_windows_test.go