refactor: use proper module name

This commit is contained in:
Stavros
2025-12-26 17:44:07 +02:00
parent 6fc356a0a7
commit b58275dc48
35 changed files with 91 additions and 59 deletions

View File

@@ -3,9 +3,10 @@ package controller_test
import (
"net/http/httptest"
"testing"
"tinyauth/internal/config"
"tinyauth/internal/controller"
"tinyauth/internal/service"
"github.com/steveiliop56/tinyauth/internal/config"
"github.com/steveiliop56/tinyauth/internal/controller"
"github.com/steveiliop56/tinyauth/internal/service"
"github.com/gin-gonic/gin"
"gotest.tools/v3/assert"