package
0.0.0-20200905061817-2226738adb87
Repository: https://github.com/hunsin/go-htmlutil.git
Documentation: pkg.go.dev

# Functions

Fetch sends the HTTP request and returns the DOM tree parsed from the response.
Parse returns the DOM tree parsed from the given Reader.

# Interfaces

A Document represents the DOM Document interface, which is the entry point a web page's content.
An Element represents the DOM Element interface.
A Node represents the DOM Node interface.