Categorygithub.com/CodeGophercises/html-link-parser
modulepackage
0.0.0-20240506171946-48d61adda909
Repository: https://github.com/codegophercises/html-link-parser.git
Documentation: pkg.go.dev

# README

To use the parser, import github.com/CodeGophercises/html-link-parser/parser

The package exports the API Parse, which inputs an HTML byte slice.

This package extracts all the links ( including nested ones ) and returns them in the form of

{
  Href: <LinkHref>
  Text: <Text inside link>
}

Sample HTML files are included in the dir html-samples.

# Packages

No description provided by the author