1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:34:40 -07:00
go/src/pkg/template
Russ Cox ed62d27a52 template: two bug fixes / nits
* diagnose template not created with New
    (current code just crashes)
  * write []byte uninterpreted
    (current code writes fmt format: "[65 65 65 65]")

R=r
CC=golang-dev
https://golang.org/cl/161075
2009-11-30 10:29:14 -08:00
..
format.go template: two bug fixes / nits 2009-11-30 10:29:14 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
template_test.go template: two bug fixes / nits 2009-11-30 10:29:14 -08:00
template.go template: two bug fixes / nits 2009-11-30 10:29:14 -08:00