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