gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/extract/testdata/5/src/guthib.com/bar/main.go (about) 1 package main 2 3 import ( 4 "guthib.com/baz" 5 ) 6 7 func main() { 8 baz.Hello() 9 }