]> Cypherpunks repositories - gostls13.git/commit
html: add a Render function.
authorNigel Tao <nigeltao@golang.org>
Mon, 10 Oct 2011 03:44:37 +0000 (14:44 +1100)
committerNigel Tao <nigeltao@golang.org>
Mon, 10 Oct 2011 03:44:37 +0000 (14:44 +1100)
commitbe8b4d943ff5fc9c169b91410ce11a377c8aa6b9
tree35b1849252e7468239a7a2398fb614e7e4807e99
parente63fcd613fd1770dc73fedb11dca616ce59e961c
html: add a Render function.

R=mikesamuel, andybalholm
CC=golang-dev
https://golang.org/cl/5218041
src/pkg/html/Makefile
src/pkg/html/escape.go
src/pkg/html/parse_test.go
src/pkg/html/render.go [new file with mode: 0644]
src/pkg/html/render_test.go [new file with mode: 0644]