...
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
/
gobuild6.input
Documentation:
go/printer/testdata
1
//go:build !(x || y) && z
2
// no +build line
3
4
package p
View as plain text