...

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

Documentation: cmd/go/testdata/script

     1! go list .
     2stderr '^go: cannot load module y listed in go\.work file: open y'${/}'go\.mod:'
     3
     4-- go.work --
     5use ./y
     6-- x/go.mod --
     7module x
     8
     9go 1.19
    10-- x/m.go --
    11package m

View as plain text