index
:
links
master
Comb an HTML document for links.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-09
feat: assume HTML preserves spacing as intended
master
demo
2026-05-09
test: make sure comment text isn't included in Links output
demo
2026-05-09
test: add second example + only test Parse
demo
2026-05-09
feat: implement "v2"
demo
2026-05-09
feat: use better formatting when printing found links
demo
2026-05-09
refactor: move tests to dedicated package
demo
2026-05-08
test: start writing basic tests
demo
2026-05-08
chore: install go-cmp
demo
2026-05-08
docs: add comments explaining the logic
demo
2026-05-08
fix: use correct function name in doc comment
demo
2026-05-08
feat: include link text in final output
demo
2026-05-08
feat: make printed link format slightly more verbose
demo
2026-05-08
feat: add example with whitespace-only link text
demo
2026-05-08
feat: use same trimmed n.Data inside business logic
demo
2026-05-08
feat: print textnode ancestors only when textnode isn't ""
demo
2026-05-08
feat: print ancestors when an html.TextNode is reached
demo
2026-05-08
fix: move findlinks logic to findlinks.go
demo
2026-05-08
feat: implement localclient logic
demo
2026-05-08
feat: separate into remote and local commands
demo
2026-05-07
feat: implement href-scanning
demo
2026-05-07
feat: use stub client code instead
demo
2026-05-07
feat: add some web-server starter code
demo
2026-05-07
chore: go get x/net/html
demo
2026-05-07
chore: initialize project
demo