github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/bind/testdata/cgopkg/cgopkg.go (about)

     1  package cgopkg
     2  
     3  import "C"
     4  
     5  import (
     6  	_ "golang.org/x/mobile/gl"
     7  )
     8  
     9  func Dummy() {}