- Reorganized project structure into services/ and apps/ directories for better separation of concerns - Added comprehensive CI/CD pipeline with GitHub Actions for testing and Docker builds - Created .dockerignore file to optimize container builds - Updated Makefile with new targets for each service and application - Added detailed README with architecture overview, setup instructions and development guidelines - Moved cron-analyzer to dedicate
18 lines
283 B
Text
18 lines
283 B
Text
go 1.24.0
|
|
|
|
use (
|
|
.
|
|
./apps/cron-analyzer
|
|
./apps/cv-analyzer
|
|
./internal/pkg/domain
|
|
./internal/pkg/infrastructure
|
|
./internal/pkg/openrouter
|
|
./internal/pkg/utils
|
|
./internal/swagger
|
|
./libs/ports
|
|
./libs/repo
|
|
./libs/server
|
|
./services/api
|
|
./services/scraper-linkedin
|
|
./tools
|
|
)
|