feat: initialize project structure with configuration, logging, and Telegram integration

- Added configuration loading from environment variables with default session path handling.
- Implemented a logger using Uber's zap library.
- Created a basic HTTP server with Gin and CORS support.
- Established Telegram client and service for message retrieval.
- Introduced initial API routes and handlers.
- Added necessary dependencies in go.sum.
This commit is contained in:
2026-02-24 12:38:23 +03:30
commit 29cbe6a38d
11 changed files with 531 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
package rss