diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 15:23:49 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 15:23:49 -0500 |
| commit | 2e869615d35f36462ab3978b2e518d91a1633770 (patch) | |
| tree | 863c3b5ab4da018327ba25834cde6b1d217caac5 /init.go | |
| parent | be5458c0a37cf83f2392f3951233dd3f9f406c14 (diff) | |
Documentation and TODO changes.
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. |
