github.com/goplus/gop@v1.2.6/x/build/_testdata/pkg/pkg.expect (about) 1 package pkg 2 3 import "fmt" 4 5 func Hello() { 6 fmt.Println("Go+") 7 }