...
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
/
t06.go
Documentation:
go/parser/testdata/goversion
1
//go:build go1
2
3
package go1
4
View as plain text