1
0
mirror of https://github.com/golang/go synced 2024-09-29 16:24:28 -06:00

exp/html: remove "INCOMPLETE" comment

I think that the parser is complete enough to take that warning out.
It passes the test suite.
There may be incompatible API changes, but being in the exp directory
is warning enough for that.

R=nigeltao
CC=golang-dev
https://golang.org/cl/7131050
This commit is contained in:
Andrew Balholm 2013-01-17 12:06:04 +11:00 committed by Nigel Tao
parent 5a4a197d7b
commit 55740f763f

View File

@ -4,7 +4,6 @@
/*
Package html implements an HTML5-compliant tokenizer and parser.
INCOMPLETE.
Tokenization is done by creating a Tokenizer for an io.Reader r. It is the
caller's responsibility to ensure that r provides UTF-8 encoded HTML.