Exemplo n.º 1
0
func Foo() string { return bar.Bar() + "!" }
Exemplo n.º 2
0
func main() {
	_ = "breakpoint"
	foo.Foo()
	bar.Bar()
	baz.Baz()
}