fix: goimports — strip unused imports from all server files
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

This commit is contained in:
2026-04-26 15:00:04 -04:00
parent e598150d90
commit 5e0c10db01
9 changed files with 14 additions and 39 deletions
-1
View File
@@ -12,7 +12,6 @@ import (
"gophergate/internal/config"
"gophergate/internal/db"
"gophergate/internal/middleware"
"log/slog"
"gophergate/internal/models"
"gophergate/internal/providers"
"gophergate/internal/utils"