Example #1
0
File: d.go Project: haasn/go-gb
func main() {
	a.AFoo()
	b.BFoo()
	g.GFoo()
	println(e.CSin(2.4))
	println(e.Atoi("5"))
}
Example #2
0
func TestB(t *testing.T) {
	BFoo()
	a.AFoo()
}
Example #3
0
func TestAHelp(t *testing.T) {
	println("A help")
	a.AFoo()
}