aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_gobuild_import.txt
AgeCommit message (Expand)Author
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills
2020-02-12go/build: populate partial package information in importGoDmitri Shuralyov
2019-06-27go/build: don't check if srcDir in GOPATH when deciding to use modulesJay Conrod
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
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
2018-07-28go/build: invoke go command to find modules during Import, Context.ImportRuss Cox