miqt/examples/android/startup_other.go

8 lines
68 B
Go

// +build !android
package main
func main() {
myRealMainFunc()
}