...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
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