go/src/io/fs
Paschalis Tsilias 95a786da12 path/filepath, io/fs: add SkipAll
Fixes #47209

Change-Id: If75b0dd38f2c30a23517205d80c7a6683a5c921c
Reviewed-on: https://go-review.googlesource.com/c/go/+/363814
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Bryan Mills <bcmills@google.com>
2022-08-25 18:50:37 +00:00
..
example_test.go
fs.go io/fs: document requirement that ReadDir return an unwrapped io.EOF 2022-05-17 01:50:34 +00:00
fs_test.go
glob.go io/fs: fix stack exhaustion in Glob 2022-07-12 15:05:55 +00:00
glob_test.go io/fs: fix stack exhaustion in Glob 2022-07-12 15:05:55 +00:00
readdir.go
readdir_test.go
readfile.go
readfile_test.go
stat.go
stat_test.go
sub.go
sub_test.go
walk.go path/filepath, io/fs: add SkipAll 2022-08-25 18:50:37 +00:00
walk_test.go