...
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
/
gobuild2.input
Documentation:
go/printer/testdata
1
// +build y
2
3
// other comment
4
5
package p
6
7
func f()
8
9
//go:build x
View as plain text