Text file src/cmd/go/testdata/script/mod_issue35317.txt
1 # Regression test for golang.org/issue/35317: 2 # 'go get' with multiple module-only arguments was racy. 3 4 env GO111MODULE=on 5 [short] skip 6 7 go mod init example.com 8 go get golang.org/x/[email protected] golang.org/x/[email protected] golang.org/x/exp@none 9