1
0
mirror of https://github.com/mappu/miqt.git synced 2025-01-03 22:28:37 +00:00
miqt/examples/android/startup_other.go
2024-09-24 18:55:27 +12:00

8 lines
68 B
Go

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