add initial project structure with configuration, models, and API key authentication

This commit is contained in:
Flavio Fois
2026-03-17 12:21:48 +01:00
commit 08ff1da469
16 changed files with 379 additions and 0 deletions

5
.air.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
cmd = "go build -o ./tmp/main.exe ."
bin = "./tmp/main.exe"
include_ext = ["go"]
exclude_dir = ["tmp", "vendor"]