Amar-Gill / linkparser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 71.3%Language:Go 28.7%