aboutsummaryrefslogtreecommitdiff
path: root/src/io/fs
AgeCommit message (Expand)Author
13 daysio/fs: fix godoc to refer to the 'fsys' argOlivier Mengué
2026-03-10io/fs: document when ErrClosed should be returnedkovan
2026-02-06io/fs: document that Sub does not check for existenceSean Liao
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10all: omit unnecessary reassignmentcuishuang
2025-10-02io/fs: move path name documentation up to the package doc commentDamien Neil
2025-05-27io/fs: add examples for Glob,ReadFile and ValidPathcuishuang
2025-04-19fs: clarify documentation for ReadDir methodMatthew Burton
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-11-05io/fs: clarify that "." may only be used for rootIan Lance Taylor
2024-10-07io/fs: document need to call File.CloseSean Liao
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-07-25go,internal,io,mime: use slices and maps to clean testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-07io/fs: use slices.Containsqiulaidongfeng
2024-02-10io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPathAndy Pan
2024-01-15io/fs: godoc links to testing/fstestOlivier Mengué
2024-01-09io/fs,path/filepath: fix typo in SkipAll/SkipDir docRoger Peppe
2023-11-27io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}Jes Cok
2023-10-18io: add available godoc linkcui fliter
2023-10-11io/fs: add godoc linksOlivier Mengué
2023-09-12io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntrymstmdev
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-05-02io/fs: add FormatFileInfo and FormatDirEntry functionsIan Lance Taylor
2022-11-18io/fs: clean up test helper functionsTobias Klauser
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-07-12io/fs: fix stack exhaustion in GlobJulie Qiu
2022-05-17io/fs: document requirement that ReadDir return an unwrapped io.EOFDamien Neil
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-02io/fs: don't use absolute path in DirEntry.Name docIan Lance Taylor
2021-06-02io/fs: minor corrections to Sub docsIan Lance Taylor
2021-05-21io/fs: added an example for io/fs.WalkDirAdam Mitha
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-03io/fs: implement subFS.SubDrew Richardson
2021-03-25io/fs: implement FileInfoToDirEntryMichel Levieux
2021-03-13io/fs: use testing.T.TempDir in TestWalkDirTobias Klauser
2021-03-11io/fs: clarify additional File interface docsJosh Bleecher Snyder
2021-02-23ios/fs: mention f.dir in (*subFS).fixErr godocTobias Klauser
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-02-05embed, io/fs: clarify that leading and trailing slashes are disallowedJay Conrod
2021-01-08io/fs: minor corrections to Glob docIan Lance Taylor
2021-01-08io/fs: minor corrections to Glob release dateMeng Zhuo
2021-01-07io/fs: correct WalkDirFunc documentationIan Lance Taylor
2020-12-31io/fs: remove darwin/arm64 special conditionCherry Zhang
2020-12-28io/fs: fix typo in commentxinlingchao
2020-12-14io/fs: fix package reference in FS godocTobias Klauser
2020-12-07io/fs: fix Sub method error textRuss Cox