aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/fsys/fsys_test.go
AgeCommit message (Expand)Author
2020-10-27cmd/go/internal/fsys: add GlobRuss Cox
2020-10-21cmd/go/internal/fsys: use a root other than "." in Walk testsBryan C. Mills
2020-10-20cmd/go: support overlays for synthesized packages.Michael Matloob
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-13cmd/go/internal/fsys: skip symlink test on Plan 9Fazlul Shahriar
2020-10-12cmd/go: support walking through overlay directoriesMichael Matloob
2020-10-06cmd/go: add basic support for overlaysMichael Matloob