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