示例#1
0
文件: d.go 项目: haasn/go-gb
func main() {
	a.AFoo()
	b.BFoo()
	g.GFoo()
	println(e.CSin(2.4))
	println(e.Atoi("5"))
}
示例#2
0
文件: b_test.go 项目: haasn/go-gb
func TestB(t *testing.T) {
	BFoo()
	a.AFoo()
}
示例#3
0
文件: help_test.go 项目: haasn/go-gb
func TestAHelp(t *testing.T) {
	println("A help")
	a.AFoo()
}