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