fix: trim imports per file — no unused imports in split 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 14:58:53 -04:00
parent 2fa6f0df62
commit e598150d90
7 changed files with 16 additions and 55 deletions
-8
View File
@@ -1,22 +1,14 @@
package server
import (
"database/sql"
"fmt"
"net/http"
"os"
"strings"
"time"
"github.com/gin-gonic/gin"
"github.com/google/uuid"
"golang.org/x/crypto/bcrypt"
"gophergate/internal/db"
"gophergate/internal/models"
"gophergate/internal/utils"
"log/slog"
"github.com/shirou/gopsutil/v3/cpu"
)
func (s *Server) handleGetUsers(c *gin.Context) {