1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:20:22 -07:00

html: disable print

Everything is incomplete.
Let's not make noise like this a habit.

R=nigeltao_gnome
CC=golang-dev
https://golang.org/cl/2272041
This commit is contained in:
Russ Cox 2010-09-23 22:05:42 -04:00
parent 052cd29dd6
commit 7c9f0f0109

View File

@ -7,16 +7,10 @@ package html
import (
"bytes"
"io"
"log"
"os"
"strconv"
)
func init() {
// TODO(nigeltao): Remove this when ready.
log.Stderr("The html package is incomplete; do not use for production software.")
}
// A TokenType is the type of a Token.
type TokenType int