From ff3dd444c7c2a5d7c5131349e77008ef2a372c6d Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 2 Jan 2026 12:50:58 +0100 Subject: [PATCH] another merge test commit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d089051..81367e3 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { ws = new(WebServer) ws.Initialize() - // Start the WebService + // Start the WebService in a separate goroutine go ws.Start() // Wait for a signal