fix: golangci-lint --fix run
Some checks failed
build / build (push) Failing after 3m51s

This commit is contained in:
d3m0k1d
2026-01-22 00:11:29 +03:00
parent 791d64ae4d
commit dca0241f17
2 changed files with 36 additions and 6 deletions

View File

@@ -3,12 +3,13 @@ package storage
import (
"database/sql"
"fmt"
"os"
"time"
"github.com/d3m0k1d/BanForge/internal/config"
"github.com/d3m0k1d/BanForge/internal/logger"
"github.com/jedib0t/go-pretty/v6/table"
_ "modernc.org/sqlite"
"os"
"time"
)
type DB struct {