package
module
Version:
v0.0.0-...-6e054fe
Opens a new window with list of versions in this module.
Published: Dec 1, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶

gohtmllinkparser
Small tool to parse HTML <a> tags and categorize them written in Go. Nested links are ignored.
Documentation
¶
Package htmllinkparser is an HTML link parser to find all links (<a> tags) within
an HTML document. Nested links are ignored.
Link represents a link (<a href="..."> tag) in an HTML document.
ParseLinks will take an HTML document and parse all the links it contains
into a slice of Link.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.