golang/src/path/filepath
Damien Neil ceef0633b3 path/filepath, internal/filepathlite: move parts of filepath to filepathlite
The path/filepath package needs to depend on the os package to
implement Abs, Walk, and other functions. Move the implementation
of purely lexical functions from path/filepath into
internal/filepathlite, so they can be used by os and
other low-level packages.

Change-Id: Id211e547d6f1f58c82419695ff2d75cd6cd14a12
Reviewed-on: https://go-review.googlesource.com/c/go/+/566556
Reviewed-by: Behroz Karimpor <behrozkarimpor201@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-04-26 23:07:50 +00:00
..
example_test.go path/filepath: add example for Ext 2017-08-25 16:24:37 +00:00
example_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
example_unix_walk_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
export_test.go io/fs: add WalkDir 2020-11-06 19:42:05 +00:00
export_windows_test.go path/filepath: handle ".." in normalizing a path on Windows 2016-08-30 20:01:49 +00:00
match.go path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +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, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
path_plan9.go path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
path_test.go path/filepath: use slices to simplify the test code 2024-03-22 16:38:19 +00:00
path_unix.go path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
path_windows.go path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +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 path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
symlink_plan9.go path/filepath: simplify EvalSymlinks for plan9 2022-05-09 14:44:54 +00:00
symlink_unix.go all: add missing copyright header 2022-11-09 14:05:53 +00:00
symlink_windows.go path/filepath: remove extra Clean call in EvalSymlinks on Windows 2023-01-24 07:42:17 +00:00