mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
ui/app: add package documentation and document Main
Split Main into the common Main function and platform specific main functions. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -157,7 +157,7 @@ const _WM_REDRAW = _WM_USER + 0
|
||||
var onceMu sync.Mutex
|
||||
var mainDone = make(chan struct{})
|
||||
|
||||
func Main() {
|
||||
func main() {
|
||||
<-mainDone
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user