| Age | Commit message (Expand) | Author |
|---|---|---|
| 2026-05-11 | fix: make fetch return a byte slice instead of an io.Readermaster | demo |
| 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 |
| 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 |
