summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-01 15:23:49 -0500
committerPietro Gagliardi <[email protected]>2014-03-01 15:23:49 -0500
commit2e869615d35f36462ab3978b2e518d91a1633770 (patch)
tree863c3b5ab4da018327ba25834cde6b1d217caac5 /init.go
parentbe5458c0a37cf83f2392f3951233dd3f9f406c14 (diff)
Documentation and TODO changes.
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index a47266c..56b4571 100644
--- a/init.go
+++ b/init.go
@@ -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.