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,11 +1,11 @@
package services
import (
"app/internal/database"
"app/internal/models"
"context"
"crypto/sha256"
"fmt"
"git.gogacoder.ru/NTO/boilerplate/internal/database"
"git.gogacoder.ru/NTO/boilerplate/internal/models"
"io"
"log/slog"
"os"