From 3f888d156c9bb96fe19b37fe40fc6cea94d4a8cb Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 2 Jan 2026 12:43:45 +0100 Subject: [PATCH] test change --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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