android-go/examples/jni/os_other.go
2019-10-18 14:40:35 -04:00

8 lines
54 B
Go

// +build !android
package main
func callJni() {
}