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