Text file src/cmd/go/testdata/script/src_file.txt
1 # Files in src should not be treated as packages 2 3 exists $GOROOT/src/regexp/testdata/README 4 go list -f '{{.Dir}}' regexp/testdata/README 5 6 -- go.mod -- 7 module regexp/testdata/README 8 -- p.go -- 9 package p 10