# Packages
Package htmlparser defines a parser.Interface that parses HTML and returns the urls from anchor href attributes.
Package mockparser defines a parser.Interface that returns dummy urls for a given input, and is used in tests.
# Interfaces
Interface parses HTML and returns the urls from anchor href attributes.