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
-2
View File
@@ -1,8 +1,6 @@
package config package config
import ( import (
//"CatsOfMastodonBotGo/internal/auth"
//"CatsOfMastodonBotGo/internal/services"
"log" "log"
"os" "os"
) )
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"CatsOfMastodonBotGo/internal/config" "CatsOfMastodonBotGo/internal/config"
requestmodels "CatsOfMastodonBotGo/internal/domain/requestModels" "CatsOfMastodonBotGo/internal/domain/requestModels"
"CatsOfMastodonBotGo/internal/services" "CatsOfMastodonBotGo/internal/services"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"