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