github.com/traefik/yaegi@v0.15.1/_test/testdata/redeclaration-global7/src/guthib.com/tata/tutu.go (about) 1 package tutu 2 3 import "guthib.com/baz" 4 5 func Quux() string { 6 return quux.Quux() 7 }