From 98e701cd3bb0123477af97927e4bb2a456a2301d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 28 Jun 2014 10:49:23 -0400 Subject: Migrated uitask_windows.go to the new API. --- init.go | 1 + 1 file changed, 1 insertion(+) (limited to 'init.go') diff --git a/init.go b/init.go index d8203e2..a6a4882 100644 --- a/init.go +++ b/init.go @@ -24,6 +24,7 @@ func Go() error { Ready <- struct{}{} close(Ready) ui() + return nil } // Ready is pulsed when Go() is ready to begin accepting requests to the safe methods. -- cgit v1.2.3