aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/fsys
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-20cmd/go: support overlaying go.mod filesMichael Matloob
2020-10-29cmd/go: add //go:embed supportRuss Cox
2020-10-27cmd/go/internal/fsys: add GlobRuss Cox
2020-10-27cmd/go: fix bug introduced in CL 264537Russ Cox
2020-10-26cmd/go/internal/fsys: rewrite non-idiomatic if statementsRuss 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