Commit 7c9f0f01 authored by Russ Cox's avatar Russ Cox

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
parent 052cd29d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment