From: Andrew Balholm Date: Thu, 17 Jan 2013 01:06:04 +0000 (+1100) Subject: exp/html: remove "INCOMPLETE" comment X-Git-Tag: go1.1rc2~1381 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55740f763f0c9d8e9ddfa565e403e8155d29a10e;p=gostls13.git 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 --- diff --git a/src/pkg/exp/html/doc.go b/src/pkg/exp/html/doc.go index 4dd453091c..fac0f54e78 100644 --- a/src/pkg/exp/html/doc.go +++ b/src/pkg/exp/html/doc.go @@ -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.