// 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