gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/interp/testdata/multi/731/sample1.go (about)

     1  package subpkg
     2  
     3  import "fmt"
     4  
     5  func PrintA() {
     6  	fmt.Println("A")
     7  }