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