mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
8 lines
68 B
Go
8 lines
68 B
Go
|
// +build !android
|
||
|
|
||
|
package main
|
||
|
|
||
|
func main() {
|
||
|
myRealMainFunc()
|
||
|
}
|