From 55740f763f0c9d8e9ddfa565e403e8155d29a10e Mon Sep 17 00:00:00 2001 From: Andrew Balholm Date: Thu, 17 Jan 2013 12:06:04 +1100 Subject: [PATCH] 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 --- src/pkg/exp/html/doc.go | 1 - 1 file changed, 1 deletion(-) 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. -- 2.48.1