Remove unused imports and fix import alias naming

This commit is contained in:
2025-05-17 20:29:07 +03:30
parent 81adfa1ad9
commit 0d9cf11687
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
package config
import (
//"CatsOfMastodonBotGo/internal/auth"
//"CatsOfMastodonBotGo/internal/services"
"log"
"os"
)

View File

@@ -4,7 +4,7 @@ import (
"net/http"
"CatsOfMastodonBotGo/internal/config"
requestmodels "CatsOfMastodonBotGo/internal/domain/requestModels"
"CatsOfMastodonBotGo/internal/domain/requestModels"
"CatsOfMastodonBotGo/internal/services"
"github.com/gin-gonic/gin"