...
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
/
doc
/
f.go
Documentation:
go/build/testdata/doc
1
// Correct
2
package doc
3
View as plain text