Clean up mod

This commit is contained in:
Owen Schwartz
2024-12-24 16:22:15 -05:00
parent 934a235c1e
commit 447a983790
4 changed files with 9 additions and 6 deletions

View File

@@ -6,11 +6,12 @@ import (
"fmt"
"net/http"
"net/url"
"newt/logger"
"strings"
"sync"
"time"
"github.com/fosrl/newt/logger"
"github.com/gorilla/websocket"
)