gomuks/lib/htmlparser/doc.go

4 lines
178 B
Go
Raw Normal View History

2018-04-14 11:02:24 +02: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