// +build android package go_ricochet_mobile import ( ) func GetHello() string { return "Hello" }