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

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

View as plain text