4 lines
178 B
Go
Raw Normal View History

2018-04-14 12:02:24 +03:00
// Package htmlparser contains a HTML parsing system similar to html.parser.HTMLParser in Python 3.
// The parser uses x/net/html.Tokenizer in the background.
package htmlparser