github.com/HaHadaxigua/yaegi@v1.0.1/_test/import5.go (about)

     1  package main
     2  
     3  import boo "github.com/traefik/yaegi/_test/foo"
     4  
     5  func main() { println(boo.Bar, boo.Boo, boo.Bir) }
     6  
     7  // Output:
     8  // init boo
     9  // init foo
    10  // BARR Boo Boo22