- Added new job analysis result repository and database migration system - Expanded job creation to support Glassdoor as a new provider alongside LinkedIn - Added CV analysis service launch configuration in VS Code - Updated Makefile with new commands for scraper service and migrations - Improved environment loading in cron analyzer to support local development - Added error handling for unsupported job providers - Integrated job analysis results
11 lines
138 B
Text
11 lines
138 B
Text
go 1.24.0
|
|
|
|
use (
|
|
.
|
|
./services/linked-scraper
|
|
./shared/domain
|
|
./shared/infrastructure
|
|
./shared/ports
|
|
./shared/repo
|
|
./shared/utils
|
|
)
|