go/src/path/filepath
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
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
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/filepath: revert "fix Windows-specific Clean bug" 2019-02-20 18:32:07 +00:00
path_plan9.go
path_test.go path/filepath: don't discard .. in EvalSymlinks 2019-03-05 01:01:11 +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