modulepackage
0.0.0-20230902214945-2090c0199c06
Repository: https://github.com/konyd/html-link-parser.git
Documentation: pkg.go.dev
# README
html-link-parser
Html link parser written in Go.
Running the project:
go run main.go -html=[html file name]
Building the project:
go build main.go