...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
go
/
build
/
testdata
/
directives
/
d_test.go
Documentation:
go/build/testdata/directives
1
//go:xtest2
2
//go:xtest3
3
4
package p_test
5
View as plain text