# 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/[email protected] golang.org/x/[email protected] golang.org/x/exp@none