diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package ui // Go sets up the UI environment and runs main in a goroutine. -// If initialization fails, Go returns an error. +// If initialization fails, Go returns an error and main is not called. // Otherwise, Go does not return to its caller until (unless? TODO) the application loop exits, at which point it returns nil. // // This model is undesirable, but Cocoa limitations require it. |
