Documentation
¶
Overview ¶
HTML
Why use "github.com/tdewolff/parse/v2/html" instead of "golang.org/x/net/html"?
"go.sum" with "golang.org/x/net/html" looks like this:
golang.org/x/net v0.0.0-20210924151903 golang.org/x/sys v0.0.0-20201119102817 golang.org/x/sys v0.0.0-20210423082822 golang.org/x/term v0.0.0-20201126162022 golang.org/x/text v0.3.6 golang.org/x/tools v0.0.0-20180917221912
"go.sum" with "github.com/tdewolff/parse/v2/html" looks like this:
github.com/tdewolff/parse/v2 v2.5.21 github.com/tdewolff/test v1.0.6
and because "tdewolff" also has a JavaScript parser, and "golang.org" does not.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
Click to show internal directories.
Click to hide internal directories.