fix: goimports — strip unused imports from all server files
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"gophergate/internal/db"
|
||||
)
|
||||
|
||||
type UsagePeriodFilter struct {
|
||||
@@ -372,4 +370,3 @@ func (s *Server) handleDetailedUsage(c *gin.Context) {
|
||||
|
||||
c.JSON(http.StatusOK, SuccessResponse(results))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user