go/src/time
Brad Fitzpatrick a38a917aee all: remove the nacl port (part 1)
You were a useful port and you've served your purpose.
Thanks for all the play.

A subsequent CL will remove amd64p32 (including assembly files and
toolchain bits) and remaining bits. The amd64p32 removal will be
separated into its own CL in case we want to support the Linux x32 ABI
in the future and want our old amd64p32 support as a starting point.

Updates #30439

Change-Id: Ia3a0c7d49804adc87bf52a4dea7e3d3007f2b1cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/199499
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-10-09 06:14:44 +00:00
..
example_test.go time: add examples for microseconds and milliseconds methods 2019-09-17 20:11:12 +00:00
export_android_test.go
export_test.go time: add support for day-of-year in Format and Parse 2019-03-08 01:21:33 +00:00
export_windows_test.go
format.go time: fix misleading error with the leading zero format 2019-04-26 14:01:55 +00:00
format_test.go time: fix misleading error with the leading zero format 2019-04-26 14:01:55 +00:00
genzabbrs.go
internal_test.go
mono_test.go
sleep.go time: clarify when draining a Timer's channel is needed 2019-07-18 20:43:28 +00:00
sleep_test.go
sys_plan9.go
sys_unix.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
sys_windows.go
tick.go
tick_test.go
time.go Revert "time: optimize Sub" 2019-08-16 17:01:35 +00:00
time_test.go time: update TestSub to avoid future regressions 2019-08-16 19:54:57 +00:00
zoneinfo.go all: use "reports whether" consistently instead of "returns whether" 2018-12-02 15:12:26 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_android.go
zoneinfo_android_test.go
zoneinfo_ios.go os,time: fix tests on iOS 2019-05-01 13:53:44 +00:00
zoneinfo_js.go time: handle negative offsets on js/wasm 2018-11-08 17:33:49 +00:00
zoneinfo_plan9.go
zoneinfo_read.go time: reject tzdata with no zones 2019-02-27 18:08:03 +00:00
zoneinfo_test.go time: reject tzdata with no zones 2019-02-27 18:08:03 +00:00
zoneinfo_unix.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
zoneinfo_windows.go
zoneinfo_windows_test.go