aboutsummaryrefslogtreecommitdiff
path: root/lib/htmlparser/doc.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-31 16:59:40 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-31 16:59:40 +0300
commit1da02e3a13f9c6b2487378d41d757f3f2610d00a (patch)
tree8fe2d05affa347980b84dceba10e23df6a2f09a7 /lib/htmlparser/doc.go
parente6043462118b77b41a89c90e26b9ae5a938ffcbd (diff)
Rewrite HTML parser
Diffstat (limited to 'lib/htmlparser/doc.go')
-rw-r--r--lib/htmlparser/doc.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/htmlparser/doc.go b/lib/htmlparser/doc.go
deleted file mode 100644
index 0e31960..0000000
--- a/lib/htmlparser/doc.go
+++ /dev/null
@@ -1,3 +0,0 @@
-// 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