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