1
0
Fork 0
mirror of https://github.com/imjasonh/gohtmx synced 2026-07-07 00:23:12 +00:00
gohtmx/internal/app
Jason Hall 3800004072 Refactor code structure and improve encapsulation
- 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>
2025-09-01 09:26:22 -04:00
..
static Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00
templates Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00
app.go Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00
app_test.go Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00
handlers.go Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00
todo.go Refactor code structure and improve encapsulation 2025-09-01 09:26:22 -04:00