9 lines
82 B
Go
9 lines
82 B
Go
// +build !android
|
|
|
|
package main
|
|
|
|
func callJni() {
|
|
labchan <- "nothing to do"
|
|
}
|
|
|