aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_get_local.txt
AgeCommit message (Expand)Author
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-04-30cmd/go: query modules in parallelBryan C. Mills
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
2018-08-09cmd/go: add test for 'go get' within a local moduleBryan C. Mills