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