fix: module name

This commit is contained in:
2025-03-16 12:44:12 +07:00
parent 670906d926
commit 648c9ee7d3
6 changed files with 20 additions and 18 deletions

View File

@@ -5,11 +5,11 @@
package dal
import (
"app/internal/models"
"context"
"fmt"
"testing"
"git.gogacoder.ru/NTO/boilerplate/internal/models"
"gorm.io/gen"
"gorm.io/gen/field"
"gorm.io/gorm/clause"