github.com/goplus/gop@v1.2.6/testdata/gop-sample/cpkag/b/ab.go (about)

     1  package ab
     2  
     3  func Ab() {
     4  	println("ab")
     5  }