index
:
sitemap
master
Sitemap builder in Go.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2026-05-11
fix: make fetch return a byte slice instead of an io.Reader
master
demo
There's no way we can use any version of the reader once it's closed (because Fetch exited.)
2026-05-11
fix: append parsed version of href as opposed to original one
demo
2026-05-11
chore: add some extra logging
demo
2026-05-11
style: rename baseURL to refURL
demo
2026-05-11
fix: fix typo
demo
2026-05-11
test: add fourth example with different page URL
demo
2026-05-10
feat: resolve hrefs according to a base URL
demo
2026-05-10
docs: add doc.go to links package
demo
2026-05-10
style: rename fetch to Fetch + add doc comment
demo
2026-05-10
refactor: move 'fetch' to its own package
demo
2026-05-10
docs: add doc comment to parse
demo
2026-05-10
style: rename 'find' to 'parse'
demo
2026-05-10
test: use multiple examples of counting hrefs inside html
demo
One of the examples uses a nested anchor tag. While this is illegal, it may well reflect the intention of whoever wrote the HTML and so could be valuable as input data for the sitemap.
2026-05-10
feat: implement find for finding links
demo
2026-05-10
test: ensure fetching works
demo
2026-05-10
fix: check status code of response
demo
2026-05-10
feat: write fetch function
demo
2026-05-10
chore: initialize project
demo