summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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.