Text file src/cmd/go/testdata/script/list_json_issue64946.txt
1 cd mod 2 go list -e -json=ImportPath,Error ./foo 3 stdout '"Err": "no Go files in .*(/|\\\\)src(/|\\\\)mod(/|\\\\)foo"' 4 5 -- mod/go.mod -- 6 module example.com/foo 7 8 go 1.21 9 -- mod/foo/README.md -- 10 empty