Remove unused imports and fix import alias naming
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//"CatsOfMastodonBotGo/internal/auth"
|
|
||||||
//"CatsOfMastodonBotGo/internal/services"
|
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user