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

     1  ! go list all
     2  stderr 'no required module provides package example.com/tools/cmd/hello'
     3  
     4  -- go.mod --
     5  go 1.24
     6  
     7  module example.com/foo
     8  
     9  tool example.com/tools/cmd/hello
    10  

View as plain text