gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/interp/testdata/multi/731/sample2.go (about) 1 package subpkg 2 3 import "fmt" 4 5 func PrintB() { 6 fmt.Println("B") 7 }