android-go/examples/pgp/os_other.go

14 lines
128 B
Go
Raw Normal View History

// +build !android
package main
2020-06-11 10:42:43 -04:00
import (
"gioui.org/app"
)
func callJni(w *app.Window) {
}
2020-06-11 10:42:43 -04:00
func initPgp(w *app.Window) {
}