...

Text file src/cmd/go/testdata/script/mod_issue35317.txt

Documentation: cmd/go/testdata/script

     1# Regression test for golang.org/issue/35317:
     2# 'go get' with multiple module-only arguments was racy.
     3
     4env GO111MODULE=on
     5[short] skip
     6
     7go mod init example.com
     8go get golang.org/x/text@v0.3.0 golang.org/x/internal@v0.1.0 golang.org/x/exp@none

View as plain text