diff options
| -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 |
