...

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

Documentation: cmd/go/testdata/script

     1cd m
     2! go mod download
     3stderr 'no modules were found in the current workspace'
     4
     5! go list -m all
     6stderr 'no modules were found in the current workspace'
     7
     8-- go.work --
     9go 1.25
    10-- m/go.mod --
    11module example.com/m
    12
    13go 1.25

View as plain text