...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
go
/
printer
/
testdata
/
gobuild4.input
Documentation:
go/printer/testdata
1
// doc comment
2
package p
3
4
// +build x y
5
// +build z
View as plain text