index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
fstest
/
mapfs.go
Age
Commit message (
Expand
)
Author
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-02-20
testing/fstest: return base name from mapfs FileInfo.Name
Shang Ding
2023-11-08
testing: add available godoc link
cui fliter
2023-10-11
testing/fstest: add godoc links
Olivier Mengué
2023-10-11
testing/fstest: MapFS: set perm 0555 on synthetized dirs
Olivier Mengué
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-08-16
testing/fstest: allow specifying file for "." in MapFS
Josh Bleecher Snyder
2021-04-07
embed, testing/fstest: small optimization for ReadDir
徐志伟
2020-12-04
io/fs: add Sub
Russ Cox
2020-10-20
io/fs: add Glob and GlobFS
Russ Cox
2020-10-20
io/fs: add ReadDir and ReadDirFS
Russ Cox
2020-10-20
io/fs: add Stat and StatFS
Russ Cox
2020-10-20
io/fs: add ReadFile and ReadFileFS
Russ Cox
2020-10-20
testing/fstest: new package for testing file system code
Russ Cox