gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_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 }