aboutsummaryrefslogtreecommitdiff
path: root/lib/htmlparser/doc.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-14 12:02:24 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-14 12:02:24 +0300
commitba3a6f5614b9102882566f6581ed7ec387119707 (patch)
tree9ef613f799a476a48ac3f9ddf00fbec5b04c52f1 /lib/htmlparser/doc.go
parent85757c387e346ad45105dd124e7e87e044f6b77c (diff)
Add docs
Diffstat (limited to 'lib/htmlparser/doc.go')
-rw-r--r--lib/htmlparser/doc.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/htmlparser/doc.go b/lib/htmlparser/doc.go
new file mode 100644
index 0000000..0e31960
--- /dev/null
+++ b/lib/htmlparser/doc.go
@@ -0,0 +1,3 @@
+// 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