From 2e869615d35f36462ab3978b2e518d91a1633770 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Mar 2014 15:23:49 -0500 Subject: Documentation and TODO changes. --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') 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. -- cgit v1.2.3