aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/addmod.go
AgeCommit message (Expand)Author
2021-03-15all: run gofmtPrajwal Koirala
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-06-21cmd/go/testdata: update addmod.go to work with the mainline go commandBryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox