예제 #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()
}