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
/
testfs.go
Age
Commit message (
Expand
)
Author
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2025-01-14
testing/fstest: fix function name and comment
cuishuang
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-05
testing/fstest: return structured errors in TestFS
Olivier Mengué
2023-06-16
testing/fstest: fix the Glob test when dir entries are out of order
Achille Roussel
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-21
io/fs: document that caller can modify slice returned by ReadFile
Ian Lance Taylor
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2021-03-12
Revert "testing/fstest: test that ReadDirFile on a non-dir fails"
Josh Bleecher Snyder
2021-03-11
testing/fstest: clarify TestFS docs
Josh Bleecher Snyder
2021-03-11
testing/fstest: test that ReadDirFile on a non-dir fails
Josh Bleecher Snyder
2021-02-25
testing/fstest: treat dash specially when building glob
Ian Lance Taylor
2021-02-05
testing/fstest: avoid symlink-induced failures in tester
Russ Cox
2021-01-08
testing/fstest,os: clarify racy behavior of TestFS
Austin Clements
2021-01-04
testing/fstest: fix typo in error message
DrGo
2020-12-04
io/fs: add Sub
Russ Cox
2020-10-23
io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob
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