gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/pkgname2.go (about) 1 package main 2 3 import ( 4 "guthib.com/toto" // pkg name is actually titi 5 ) 6 7 func main() { 8 println("Hello", titi.Quux()) 9 } 10 11 // GOPATH:testdata/redeclaration-global7 12 // Output: 13 // Hello bar