aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_test.txt
AgeCommit message (Expand)Author
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-09-17cmd/go/testdata/script/mod_test: add missing test invocation for case eBryan C. Mills
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-07cmd/go/internal/load: pass the importer's package path when checking visibilityBryan C. Mills
2018-08-03cmd/go/internal/load: trim the " (test)" suffix from ImportStack pathsBryan C. Mills