1
0
Fork 0
golang-golang-x-mobile/bind/testdata/cgopkg/cgopkg.go

10 lines
84 B
Go
Raw Permalink Normal View History

package cgopkg
import "C"
import (
_ "golang.org/x/mobile/gl"
)
func Dummy() {}