...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
cmd
/
cover
/
testdata
/
pkgcfg
/
a
/
a2.go
Documentation:
cmd/cover/testdata/pkgcfg/a
1
package a
2
3
func A2() {
4
{
5
}
6
{
7
}
8
}
9
View as plain text