TestUtil Duplicate

This commit is contained in:
İsmail
2024-11-04 23:30:15 +03:00
parent c6116441be
commit ed370c4487
2 changed files with 15 additions and 23 deletions

View File

@@ -16,8 +16,8 @@ import (
"time"
log "github.com/sirupsen/logrus"
"gorm.io/driver/postgres"
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"gorm.io/gorm/clause"