summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/script/mod_issue35317.txt
blob: 92416a54e474e0a8bb22c6422e1dd2a2fca01154 (plain)
1
2
3
4
5
6
7
8
# Regression test for golang.org/issue/35317:
# 'go get' with multiple module-only arguments was racy.

env GO111MODULE=on
[short] skip

go mod init example.com
go get golang.org/x/text@v0.3.0 golang.org/x/internal@v0.1.0 golang.org/x/exp@none