diff --git a/main.go b/main.go index 81367e3..d089051 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { ws = new(WebServer) ws.Initialize() - // Start the WebService in a separate goroutine + // Start the WebService go ws.Start() // Wait for a signal