summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-26docs: remove commentdemo
2026-05-24refactor: move main logic into separate functiondemo
2026-05-23feat: avoid sending empty URL slices to the worklistdemo
2026-05-23feat: add diagnostics to prove code is buggydemo
2026-05-23docs: add package godocdemo
2026-05-23docs: expound help string for -max argumentdemo
2026-05-23fix: check *maxURLs > 0 casedemo
2026-05-23feat: add maxURLs CLI flagdemo
2026-05-23feat: implement cancellationdemo
2026-05-23feat: add semaphore to throttle concurrent GET requestsdemo
2026-05-23refactor: remove intermediate variabledemo
2026-05-23docs: add comment for claritydemo
2026-05-23feat: implement simple BFS webcrawlerdemo
2026-05-23feat: create empty main.godemo
2026-05-21chore: add existing code to projectdemo
2026-05-21chore: add html packagedemo
2026-05-21chore: initialize projectdemo