summaryrefslogtreecommitdiff
path: root/fetch.go
AgeCommit message (Collapse)Author
2026-06-12feat: guard against non-HTML content typesdemo
2026-05-28feat: add a user agent header!demo
2026-05-28refactor: move html document creation to getBatchdemo
Also, if there are errors, I log them and simply return a nil slice.
2026-05-21chore: add existing code to projectdemo
I also ran go mod tidy since the new files refer to packages I've recently installed (locally.)