go/src/time
Oleksandr Redko 3ad6393f86 src: rename unexported errors by adding prefix err
By convention, use `err` as prefix for variables of type `error`.

Change-Id: I9401d5d47e994a27be245b2c8b1edd55cdd52db1
Reviewed-on: https://go-review.googlesource.com/c/go/+/467536
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2023-02-16 23:09:19 +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 time: document hhmmss formats 2022-04-27 00:11:22 +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: optimize appendInt and appendNanos 2022-10-24 19:23:32 +00:00
export_windows_test.go
format.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +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 time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
mono_test.go time: implement Compare method 2022-09-19 17:10:49 +00:00
sleep.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
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 all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
sys_windows.go time: return ENOENT instead of ERROR_PATH_NOT_FOUND in windows 2022-05-08 17:19:07 +00:00
tick.go time: no need to wrap error with errors.New 2023-01-20 01:07:08 +00:00
tick_test.go time: make Ticker.Reset(0) panic 2021-11-05 21:13:38 +00:00
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 time: fix zoneinfo.zip locating logic when built with -trimpath 2022-03-18 20:57:35 +00:00
zoneinfo.go time: optimize FixedZone by caching unnamed zones by the hour 2022-09-08 21:18:53 +00:00
zoneinfo_abbrs_windows.go time: update windows zoneinfo_abbrs 2023-01-29 18:28:06 +00:00
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: use internal/itoa 2022-08-29 20:05:34 +00:00
zoneinfo_plan9.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
zoneinfo_read.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +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 time: add /etc/zoneinfo as valid path for tzdata for NixOS 2023-02-04 02:26:55 +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