- c13ce29 io/fs: clean up test helper functions by Tobias Klauser · 2 years, 2 months ago
- 95a786d path/filepath, io/fs: add SkipAll by Paschalis Tsilias · 3 years, 2 months ago
- fa2d41d io/fs: fix stack exhaustion in Glob by Julie Qiu · 2 years, 7 months ago
- aedf298 io/fs: document requirement that ReadDir return an unwrapped io.EOF by Damien Neil · 3 years, 7 months ago
- 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years ago
- 460fd63 io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call by Ian Lance Taylor · 2 years, 11 months ago
- 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 2 months ago
- 8a7ee4c io/fs: don't use absolute path in DirEntry.Name doc by Ian Lance Taylor · 3 years, 6 months ago
- 4f572d7 io/fs: minor corrections to Sub docs by Ian Lance Taylor · 4 years ago
- 831573c io/fs: added an example for io/fs.WalkDir by Adam Mitha · 3 years, 8 months ago
- 35806ef io/fs: document that caller can modify slice returned by ReadFile by Ian Lance Taylor · 3 years, 9 months ago
- 971c715 io/fs: implement subFS.Sub by Drew Richardson · 3 years, 10 months ago
- 374b190 io/fs: implement FileInfoToDirEntry by Michel Levieux · 4 years ago
- 1767d2c io/fs: use testing.T.TempDir in TestWalkDir by Tobias Klauser · 3 years, 11 months ago
- bbf7979 io/fs: clarify additional File interface docs by Josh Bleecher Snyder · 4 years ago
- 08543f0 ios/fs: mention f.dir in (*subFS).fixErr godoc by Tobias Klauser · 4 years ago
- e5b08e6 io/fs: allow backslash in ValidPath, reject in os.DirFS.Open by Russ Cox · 4 years ago
- cea4e21 io/fs: backslash is always a glob meta character by Ian Lance Taylor · 4 years ago
- b54cd94 embed, io/fs: clarify that leading and trailing slashes are disallowed by Jay Conrod · 4 years ago
- c6513bc io/fs: minor corrections to Glob doc by Ian Lance Taylor · 4 years, 1 month ago
- ee4d322 io/fs: minor corrections to Glob release date by Meng Zhuo · 4 years, 1 month ago
- 091414b io/fs: correct WalkDirFunc documentation by Ian Lance Taylor · 4 years, 1 month ago
- 95ce805 io/fs: remove darwin/arm64 special condition by Cherry Zhang · 4 years, 1 month ago
- 4fd9455 io/fs: fix typo in comment by xinlingchao · 4 years, 1 month ago
- 278b9a8 io/fs: fix package reference in FS godoc by Tobias Klauser · 4 years, 1 month ago
- 7ad6596 io/fs: fix Sub method error text by Russ Cox · 4 years, 2 months ago
- 478bde3 io/fs: add Sub by Russ Cox · 4 years, 2 months ago
- f3ce010 io/fs: make WalkDirFunc parameter name consistent with doc comment by fzipp · 4 years, 3 months ago
- c906608 io/fs: fix reference to WalkFunc by Russ Cox · 4 years, 2 months ago
- 362d25f io/fs: add WalkDir by Russ Cox · 4 years, 6 months ago
- b5ddc42 io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob by Russ Cox · 4 years, 3 months ago
- b64202b io/fs: add Glob and GlobFS by Russ Cox · 4 years, 7 months ago
- 7a131ac io/fs: add ReadDir and ReadDirFS by Russ Cox · 4 years, 7 months ago
- 10a1a1a io/fs: add Stat and StatFS by Russ Cox · 4 years, 7 months ago
- f098ccf io/fs: add ReadFile and ReadFileFS by Russ Cox · 4 years, 7 months ago
- fcb9d6b io/fs: add FS, File, ReadDirFile; move DirEntry from os by Russ Cox · 4 years, 7 months ago
- d4da735 io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs by Russ Cox · 4 years, 7 months ago