...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
cmd
/
go
/
testdata
/
script
/
build_issue_65528.txt
Documentation:
cmd/go/testdata/script
1
go build
2
3
-- go.mod --
4
module test
5
6
go 1.0
7
8
-- p.go --
9
package p
View as plain text