Linting fixes

This commit is contained in:
Hein
2025-11-11 11:03:02 +02:00
parent 412bbab560
commit 682716dd31
21 changed files with 302 additions and 290 deletions

View File

@@ -5,8 +5,9 @@ import (
"fmt"
"strings"
"github.com/bitechdev/ResolveSpec/pkg/common"
"gorm.io/gorm"
"github.com/bitechdev/ResolveSpec/pkg/common"
)
// GormAdapter adapts GORM to work with our Database interface