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