summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-11fix: make fetch return a byte slice instead of an io.Readermasterdemo
2026-05-11fix: append parsed version of href as opposed to original onedemo
2026-05-11chore: add some extra loggingdemo
2026-05-11style: rename baseURL to refURLdemo
2026-05-11fix: fix typodemo
2026-05-11test: add fourth example with different page URLdemo
2026-05-10feat: resolve hrefs according to a base URLdemo
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
2026-05-10chore: initialize projectdemo