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

     1  package main
     2  
     3  import (
     4  	ab "github.com/goplus/gop/testdata/gop-sample/cpkag/b"
     5  )
     6  
     7  a()
     8  Ab()
     9  ab.Ab()