gitlab.science.ru.nl/irma/gomobile.git@v0.0.0-20200320223732-da812b634d1f/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() {}