go/src/time
fangguizhen f33e8f6698 time: no need to wrap error with errors.New
Change-Id: Ibd519ed6419f8f21c89a111a0326d0788aca9d19
GitHub-Last-Rev: 45e3224f9a
GitHub-Pull-Request: golang/go#57819
Reviewed-on: https://go-review.googlesource.com/c/go/+/462046
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2023-01-20 01:07:08 +00:00
..
testdata
tzdata time/tzdata: generate zip constant during cmd/dist 2023-01-17 22:30:53 +00:00
embed.go
example_test.go
export_android_test.go
export_test.go time: optimize appendInt and appendNanos 2022-10-24 19:23:32 +00:00
export_windows_test.go
format.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
format_rfc3339.go time: revert strict parsing of RFC 3339 2023-01-18 19:59:26 +00:00
format_test.go time: avoid creating a parse error from the next chunk of the value 2022-11-17 15:49:25 +00:00
genzabbrs.go
internal_test.go
mono_test.go time: implement Compare method 2022-09-19 17:10:49 +00:00
sleep.go
sleep_test.go runtime: convert local var stop at TestAfterStress to atomic type 2022-09-05 08:08:24 +00:00
sys_plan9.go
sys_unix.go
sys_windows.go
tick.go time: no need to wrap error with errors.New 2023-01-20 01:07:08 +00:00
tick_test.go
time.go time: implement strict RFC 3339 during marshal and unmarshal 2022-10-20 16:29:38 +00:00
time_test.go time: revert strict parsing of RFC 3339 2023-01-18 19:59:26 +00:00
tzdata_test.go
zoneinfo.go time: optimize FixedZone by caching unnamed zones by the hour 2022-09-08 21:18:53 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_android.go
zoneinfo_android_test.go
zoneinfo_goroot.go
zoneinfo_ios.go
zoneinfo_js.go time: use internal/itoa 2022-08-29 20:05:34 +00:00
zoneinfo_plan9.go
zoneinfo_read.go
zoneinfo_test.go
zoneinfo_unix.go
zoneinfo_unix_test.go
zoneinfo_windows.go
zoneinfo_windows_test.go