mirror of
https://github.com/golang/go
synced 2024-11-25 06:57:58 -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:
parent
052cd29dd6
commit
7c9f0f0109
@ -7,16 +7,10 @@ package html
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"io"
|
"io"
|
||||||
"log"
|
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"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.
|
// A TokenType is the type of a Token.
|
||||||
type TokenType int
|
type TokenType int
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user