miqt/examples/android/startup_other.go

8 lines
68 B
Go
Raw Normal View History

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