github.com/switchupcb/yaegi@v0.10.2/example/pkg/_pkg13/src/guthib.com/foo/bar/main.go (about) 1 package main 2 3 import ( 4 "fmt" 5 6 "guthib.com/bat/baz" 7 ) 8 9 func main() { 10 t := baz.NewT() 11 12 fmt.Printf("%s", t.A3) 13 }