go/src/io/fs
Ian Lance Taylor d92e8fe25c io/fs: clarify that "." may only be used for root
For #70155

Change-Id: I648791c484e19bb12c6e4f84e2dc42eaaa4db546
Reviewed-on: https://go-review.googlesource.com/c/go/+/624595
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2024-11-05 18:06:01 +00:00
..
example_test.go
format.go io: add available godoc link 2023-10-18 19:34:35 +00:00
format_test.go
fs.go io/fs: clarify that "." may only be used for root 2024-11-05 18:06:01 +00:00
fs_test.go
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 all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +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
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 all: use t.Chdir in tests 2024-09-04 00:52:28 +00:00