test commit to try merge
All checks were successful
Update Child Repos / update (push) Successful in 6s

This commit is contained in:
2026-01-02 08:58:42 +01:00
parent beefdf6849
commit e9bf510b46

View File

@@ -22,7 +22,7 @@ func main() {
ws = new(WebServer) ws = new(WebServer)
ws.Initialize() ws.Initialize()
// Start the WebService // Start the WebService in a separate goroutine
go ws.Start() go ws.Start()
// Wait for a signal // Wait for a signal