2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

fix: lint

This commit is contained in:
耗子
2024-12-15 23:31:08 +08:00
parent fe4f0d6dea
commit 1fdc86cc0a
37 changed files with 75 additions and 54 deletions

View File

@@ -2,11 +2,12 @@ package data
import (
"fmt"
"github.com/TheTNB/panel/internal/app"
"gorm.io/gorm"
"log/slog"
"slices"
"gorm.io/gorm"
"github.com/TheTNB/panel/internal/app"
"github.com/TheTNB/panel/internal/biz"
"github.com/TheTNB/panel/internal/http/request"
"github.com/TheTNB/panel/pkg/db"