refactor: make fork independent, rename PriorityQueue

This commit is contained in:
2025-07-31 15:57:53 -05:00
parent f01f8dd602
commit 1226867b8e
42 changed files with 74 additions and 67 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"time"
ws "saml.dev/gome-assistant/internal/websocket"
ws "github.com/Xevion/gome-assistant/internal/websocket"
)
/* Structs */