//
pkg.gl
Category
github.com/elferherrera/Gophercises
ch04
link
package
0.0.0-20200207190303-e9675ffa1975
Repository:
https://github.com/elferherrera/gophercises.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
70 SLOC
#
Functions
Parse
Parse will take in an HTML document and will return a slice of links parsed from it.
#
Structs
Link
Link represents a link (<a href="...") in an HTML document.