github.com/traefik/yaegi@v0.15.1/_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