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,8 +1,8 @@
package utils
import (
"app/internal/database"
"fmt"
"git.gogacoder.ru/NTO/boilerplate/internal/database"
"gorm.io/gorm/clause"
"reflect"
)

View File

@@ -1,9 +1,9 @@
package utils
import (
"app/internal/database"
"errors"
"fmt"
"git.gogacoder.ru/NTO/boilerplate/internal/database"
"github.com/kuzgoga/fogg"
"golang.org/x/text/language"
"golang.org/x/text/message"