github.com/acrespo/mobile@v0.0.0-20190107162257-dc0771356504/bind/testdata/cgopkg/cgopkg.go (about)

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