...

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

Documentation: cmd/go/testdata/script

     1go build
     2
     3-- go.mod --
     4module test
     5
     6go 1.0
     7
     8-- p.go --
     9package p

View as plain text