...

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

Documentation: cmd/go/testdata/script

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

View as plain text