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