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