go/src/path/filepath
apocelipes 1eee17dc4e path/filepath: use slices to simplify the test code
Change-Id: I020ca2ed8a6af60977f2c492cd742f824906d4ec
GitHub-Last-Rev: b27fda4630
GitHub-Pull-Request: golang/go#66462
Reviewed-on: https://go-review.googlesource.com/c/go/+/573715
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-03-22 16:38:19 +00:00
..
example_test.go
example_unix_test.go
example_unix_walk_test.go
export_test.go
export_windows_test.go
match.go path: add available godoc link 2023-11-23 17:33:57 +00:00
match_test.go path/filepath: use slices to simplify the test code 2024-03-22 16:38:19 +00:00
path.go path/filepath: add Localize 2024-02-26 18:08:14 +00:00
path_nonwindows.go path/filepath: fix various issues in parsing Windows paths 2023-11-07 16:29:18 +00:00
path_plan9.go
path_test.go path/filepath: use slices to simplify the test code 2024-03-22 16:38:19 +00:00
path_unix.go
path_windows.go path/filepath: delete the deprecated joinNonEmpty and isUNC 2024-02-23 23:50:06 +00:00
path_windows_test.go os: don't normalize volumes to drive letters in os.Readlink 2024-03-04 20:38:54 +00:00
symlink.go
symlink_plan9.go
symlink_unix.go
symlink_windows.go