fix: module name

This commit is contained in:
2025-03-16 12:40:13 +07:00
parent e95f7bd342
commit 670906d926
10 changed files with 25 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
"app/internal/models"
"git.gogacoder.ru/NTO/boilerplate/internal/models"
"gorm.io/gen"
)