lint: remove strings

This commit is contained in:
Mo Huishou 2025-07-22 07:09:23 +00:00
parent 173af3e871
commit 362fda45ca

View File

@ -3,7 +3,6 @@ package callbacks
import ( import (
"fmt" "fmt"
"reflect" "reflect"
"strings"
"gorm.io/gorm" "gorm.io/gorm"
"gorm.io/gorm/clause" "gorm.io/gorm/clause"