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