diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -69,7 +69,9 @@ func main() { if argv.Daemon == true { if argv.Gui != nil { - go doGui() + me.myGui.Start() // loads the GUI toolkit + doGui() // start making our forge GUI + debug() // sits here forever } mux := http.NewServeMux() okHandlerFunc := http.HandlerFunc(okHandler) |
