android-go/examples/jni/os_other.go

8 lines
54 B
Go
Raw Normal View History

2019-10-18 14:40:35 -04:00
// +build !android
package main
func callJni() {
}