summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-28 10:49:23 -0400
committerPietro Gagliardi <[email protected]>2014-06-28 10:49:23 -0400
commit98e701cd3bb0123477af97927e4bb2a456a2301d (patch)
treebadcb6f5f91a48cd58b24fba5f99f1ad5c9f3efe /init.go
parentf7438c0e10d3552b17a28bf955a9aea220955284 (diff)
Migrated uitask_windows.go to the new API.
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
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.