Cleaned up directory stucture

This commit is contained in:
2024-03-03 01:09:40 -07:00
parent 2fd4262a86
commit a87fb66080
13 changed files with 6 additions and 4 deletions

2
main.go Normal file → Executable file
View File

@ -10,11 +10,11 @@ import (
"time"
"atri.dad/api"
"atri.dad/api/webhooks"
"atri.dad/lib"
"atri.dad/lib/pubsub"
"atri.dad/lib/pubsub/adapters"
"atri.dad/pages"
"atri.dad/webhooks"
"github.com/joho/godotenv"
"github.com/labstack/echo/v4"