package
0.0.0-20200207190303-e9675ffa1975
Repository: https://github.com/elferherrera/gophercises.git
Documentation: pkg.go.dev

# Functions

Parse will take in an HTML document and will return a slice of links parsed from it.

# Structs

Link represents a link (<a href="...") in an HTML document.