...

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

Documentation: cmd/go/testdata/script

     1env GOTOOLCHAIN=local
     2! go list .
     3stderr 'go: go.mod requires go >= 1.999'
     4
     5
     6-- go.mod --
     7module example.com
     8
     9go 1.999
    10
    11anewblock foo

View as plain text