linkparser

Excercise #4 from Gophercises

Usage

cd cmd/linkparser && go run main.go -file <html-file>

Topics Learned

  • parsing HTML files with golang.org/x/net/html package