aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_find.txt
AgeCommit message (Expand)Author
2019-05-14cmd/go: default to GO111MODULE=auto and make it trigger in GOPATH/srcBryan C. Mills
2019-03-14cmd/go: change the default value of GO111MODULE to 'on'Bryan C. Mills
2019-03-12Revert "cmd/go: change the default value of GO111MODULE to 'on'"Bryan C. Mills
2019-03-11cmd/go: change the default value of GO111MODULE to 'on'Bryan C. Mills
2019-02-19cmd/go: set GO111MODULE=off explicitly in tests that assume GOPATH modeBryan C. Mills
2019-02-15cmd/go: only generate a go.mod file during 'go mod init'Bryan C. Mills
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-19cmd/go: diagnose 'go mod' in GOPATH/src betterRuss Cox
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox