go 1.24.0 // Shared Go code (internal/, libs/) lives in the root github.com/jobs-scraper // module rather than in per-package modules. Only deployable units — the API, // the scrapers, the cron app — get their own module. use ( . ./apps/cron-analyzer ./services/api ./services/scraper-google ./services/scraper-linkedin )