...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
go
/
parser
/
testdata
/
goversion
/
t05.go
Documentation:
go/parser/testdata/goversion
1
//go:build linux && go1.2 && go1.4
2
3
package go1_4
4
View as plain text