aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_file_proxy.txt
AgeCommit message (Expand)Author
2019-06-10cmd/go/internal/web: support file:// URLsBryan C. Mills
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2019-05-08cmd/go: disallow go.sum updates in -mod=readonlyMarwan Sulaiman
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-07-19cmd/go: preserve %SYSTEMROOT% in TestScript on WindowsRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert even more module tests to scriptsRuss Cox