xyosc/vendor/github.com/ebitengine/gomobile/app/app_windows.go

14 lines
270 B
Go
Raw Normal View History

2024-12-21 17:38:26 +01:00
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package app
import (
"log"
)
func main(f func(a App)) {
log.Fatal("main is not implemented on Windows")
}