gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/import5.go (about)

     1  package main
     2  
     3  import boo "gitlab.com/ethan.reesor/vscode-notebooks/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