Initial scaffold: Go module, SQLite schema, config loader, Telegram bot with webhook/polling modes

This commit is contained in:
2026-06-23 20:22:46 +03:30
parent c803239193
commit 4146e35f35
9 changed files with 600 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.build/
*.exe
db.sqlite3
.env
.DS_Store