From 8c6e2780beb8e295c309eab503a18c9058a8cb8b Mon Sep 17 00:00:00 2001 From: demo Date: Sun, 10 May 2026 22:00:50 -0400 Subject: docs: add doc.go to links package --- internal/links/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/links/doc.go (limited to 'internal/links/doc.go') 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 -- cgit v1.2.3