go/src/path/filepath
Austin Clements f7e6ab44b4 all: remove scattered remnants of darwin/arm
This removes all conditions and conditional code (that I could find)
that depended on darwin/arm.

Fixes #35439 (since that only happened on darwin/arm)
Fixes #37611.

Change-Id: Ia4c32a5a4368ed75231075832b0b5bfb1ad11986
Reviewed-on: https://go-review.googlesource.com/c/go/+/227198
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-04-08 18:35:49 +00:00
..
example_test.go
example_unix_test.go path/filepath: add examples for Base, Dir and IsAbs 2019-03-25 02:57:06 +00:00
example_unix_walk_test.go path/filepath: make Walk example runnable in the playground 2018-07-17 21:26:47 +00:00
export_test.go
export_windows_test.go
match.go path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
match_test.go all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
path.go path: minor changes to improve documentation for Join 2019-11-20 20:51:13 +00:00
path_plan9.go
path_test.go all: remove scattered remnants of darwin/arm 2020-04-08 18:35:49 +00:00
path_unix.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
path_windows.go path/filepath: change IsAbs("NUL") to return true 2018-11-02 07:24:50 +00:00
path_windows_test.go path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks 2019-03-01 07:45:00 +00:00
symlink.go path/filepath: don't discard .. in EvalSymlinks 2019-03-05 01:01:11 +00:00
symlink_unix.go path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks 2019-03-01 07:45:00 +00:00
symlink_windows.go path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks 2019-03-01 07:45:00 +00:00