golang/src/io/fs
qiulaidongfeng 709d6d5d22 io/fs: use slices.Contains
Change-Id: Ifd91722fd63af89af96a90dd69c73488f7fab5d3
GitHub-Last-Rev: da03963a07201ffca6ae9d50afdab121be8ad208
GitHub-Pull-Request: golang/go#67179
Reviewed-on: https://go-review.googlesource.com/c/go/+/583296
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-05-07 18:36:52 +00:00
..
example_test.go io/fs: added an example for io/fs.WalkDir 2021-05-21 03:21:56 +00:00
format.go io: add available godoc link 2023-10-18 19:34:35 +00:00
format_test.go io/fs: add FormatFileInfo and FormatDirEntry functions 2023-05-02 17:59:28 +00:00
fs.go io/fs: godoc links to testing/fstest 2024-01-15 21:21:41 +00:00
fs_test.go io/fs: allow backslash in ValidPath, reject in os.DirFS.Open 2021-02-11 01:10:28 +00:00
glob.go io/fs: add godoc links 2023-10-11 20:25:50 +00:00
glob_test.go io/fs: use slices.Contains 2024-05-07 18:36:52 +00:00
readdir.go io/fs: add godoc links 2023-10-11 20:25:50 +00:00
readdir_test.go io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} 2023-11-27 16:25:41 +00:00
readfile.go io/fs: add godoc links 2023-10-11 20:25:50 +00:00
readfile_test.go io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} 2023-11-27 16:25:41 +00:00
stat.go io/fs: add godoc links 2023-10-11 20:25:50 +00:00
stat_test.go io/fs: add Stat and StatFS 2020-10-20 17:53:02 +00:00
sub.go io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath 2024-02-10 02:10:17 +00:00
sub_test.go io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath 2024-02-10 02:10:17 +00:00
walk.go io/fs,path/filepath: fix typo in SkipAll/SkipDir doc 2024-01-09 08:50:19 +00:00
walk_test.go io/fs: clean up test helper functions 2022-11-18 15:21:18 +00:00