1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:41:25 -06:00
go/src/pkg/html
Brad Fitzpatrick 9d12307a12 ioutil: add Discard, update tree.
This also removes an unnecessary allocation in
http/transfer.go

R=r, rsc1, r2, adg
CC=golang-dev
https://golang.org/cl/4426066
2011-04-27 15:47:04 -07:00
..
testdata/webkit html: sync testdata/webkit to match WebKit tip. 2010-06-15 09:07:47 +10:00
doc.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
entity_test.go html: move the sanity checking of the entity map from runtime 2010-12-08 07:55:03 +11:00
entity.go html: move the sanity checking of the entity map from runtime 2010-12-08 07:55:03 +11:00
escape.go html: unescape numeric entities, and complete the named entities table, including two-character entities. 2010-12-07 12:13:47 +11:00
Makefile html: first cut at a parser. 2010-12-07 12:02:36 +11:00
parse_test.go ioutil: add Discard, update tree. 2011-04-27 15:47:04 -07:00
parse.go html: parse "<h1>foo<h2>bar". 2010-12-15 11:39:56 +11:00
token_test.go html: tokenize HTML comments. 2011-02-17 10:45:30 +11:00
token.go html: small documentation fix. 2011-02-18 10:35:49 +11:00