diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
