blob: 438a9c92b717b130d3b429c77b45abab9863360c (
plain)
1
2
3
4
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
|