From 51f37c7ea7cd4078a64e3b5318c6d0c5b4cde62c Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Fri, 2 Jan 2026 11:51:13 +0000 Subject: [PATCH] Template updates (commit: ff3dd44) --- 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