1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-10 07:30:22 +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()
}