diff options
| author | demo <demo@antix1> | 2026-05-10 22:00:50 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-10 22:00:50 -0400 |
| commit | 8c6e2780beb8e295c309eab503a18c9058a8cb8b (patch) | |
| tree | 120c4e2d6535731d54ae8be751e2b0c2e02437fd | |
| parent | 7961e3e8bc258a837b95d1dfc5b2d47130099195 (diff) | |
docs: add doc.go to links package
| -rw-r--r-- | internal/links/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/links/doc.go b/internal/links/doc.go new file mode 100644 index 0000000..438a9c9 --- /dev/null +++ b/internal/links/doc.go @@ -0,0 +1,5 @@ +// Package links parses an HTML document to find and gather all link +// addresses contained within it. More specifically, it gathers all +// the the href attribute values of the anchor tags inside the +// document. +package links |
