9 lines
84 B
Go
9 lines
84 B
Go
package cgopkg
|
|
|
|
import "C"
|
|
|
|
import (
|
|
_ "golang.org/x/mobile/gl"
|
|
)
|
|
|
|
func Dummy() {}
|