mirror of
https://github.com/imjasonh/gohtmx
synced 2026-07-07 00:23:12 +00:00
- Move core functionality from main.go to internal/app/ package for better separation of concerns - Switch from pipe-delimited to JSONL format for more robust data persistence - Create comprehensive test suite with integration and unit tests - Reorganize static assets and templates under internal/app/ to resolve embed path issues - Implement proper encapsulation by unexporting internal types and methods - Maintain clean API with only app.New() and SetupRoutes() exported for main.go usage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| app.go | ||
| app_test.go | ||
| handlers.go | ||
| todo.go | ||