1
0
mirror of https://github.com/mappu/miqt.git synced 2025-02-25 22:01:56 +00:00
miqt/examples/android/startup_other.go

8 lines
68 B
Go
Raw Normal View History

2024-09-24 18:55:27 +12:00
// +build !android
package main
func main() {
myRealMainFunc()
}