summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-05-10docs: add doc.go to links packagedemo
2026-05-10style: rename fetch to Fetch + add doc commentdemo
2026-05-10refactor: move 'fetch' to its own packagedemo
2026-05-10docs: add doc comment to parsedemo
2026-05-10style: rename 'find' to 'parse'demo
2026-05-10test: use multiple examples of counting hrefs inside htmldemo
2026-05-10feat: implement find for finding linksdemo
2026-05-10test: ensure fetching worksdemo
2026-05-10fix: check status code of responsedemo
2026-05-10feat: write fetch functiondemo