Example #1
0
func main() {
	b.B()
}
Example #2
0
func main() {
	a.A()
	b.B()
}
Example #3
0
File: a.go Project: chanderwoo/buck
func A() {
	b.B()
}