aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fstest/mapfs.go
AgeCommit message (Expand)Author
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-02-20testing/fstest: return base name from mapfs FileInfo.NameShang Ding
2023-11-08testing: add available godoc linkcui fliter
2023-10-11testing/fstest: add godoc linksOlivier Mengué
2023-10-11testing/fstest: MapFS: set perm 0555 on synthetized dirsOlivier Mengué
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-16testing/fstest: allow specifying file for "." in MapFSJosh Bleecher Snyder
2021-04-07embed, testing/fstest: small optimization for ReadDir徐志伟
2020-12-04io/fs: add SubRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadDir and ReadDirFSRuss Cox
2020-10-20io/fs: add Stat and StatFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox