...

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

Documentation: cmd/go/testdata/script

     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

View as plain text