github.com/shranet/mobile@v0.0.0-20200814083559-5702cdcd481b/bind/testdata/cgopkg/cgopkg.go (about) 1 package cgopkg 2 3 import "C" 4 5 import ( 6 _ "github.com/shranet/mobile/gl" 7 ) 8 9 func Dummy() {}