Crawl site concurrently, extract page url, first title, first paragraph, image and link urls.
Save result to report.csv.
git clone https://github.com/wrelin/web-crawler
cd web-crawlego mod tidy
go build./web-crawler <site_url> <max_concurrent_thread> <max_pages_to_crawl>go test ./...