This is likely to be useful more for games, since access to mobile OS environment may be still limited.
app - GoDoc
import "golang.org/x/mobile/app"
"Package app lets you write Apps for Android (and eventually, iOS).
There are two ways to use Go in an Android App. The first is as a library called from Java, the second is to use a restricted set of features but work entirely in Go."