News
Start the app in development mode: $ air # Ctrl + C to stop the application Build for production: $ go build -ldflags="-s -w" -o ./bin/chatx ./cmd/chatx # ./bin/chatx to run the application / Ctrl + C ...
app/ │ ├── api/ # REST API route handlers (fallback/admin) │ ├── core/ # Core configuration and dependencies │ ├── models/ # Data models and schemas │ ├── services/ # Business logic services │ └── ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results