android-go/examples/jni/os_other.go

9 lines
82 B
Go

// +build !android
package main
func callJni() {
labchan <- "nothing to do"
}