| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| I've also moved the html to the findlinks package directory for now. | |||
| 2026-05-08 | chore: install go-cmp | demo | |
| I thought I needed this strictly, but that probably wasn't the case. Still, looks OK so I'll keep it. | |||
| 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 | |
| This meant using the older-style node-iteration technique, instead of trying to one-shot it with html.Descendants. | |||
| 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 | |
| I had written everything inside doc.go by mistake. | |||
| 2026-05-08 | feat: implement localclient logic | demo | |
| I've also added the local html files I'll be working with. | |||
| 2026-05-08 | feat: separate into remote and local commands | demo | |
| I'd like to be able to read HTML locally as well. | |||
| 2026-05-07 | feat: implement href-scanning | demo | |
| We still need to implement text scanning. | |||
| 2026-05-07 | feat: use stub client code instead | demo | |
| I guess I got a little carried away last commit - I'm writing a client, not a server. | |||
| 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 | |
