go/src/pkg/template
Rob Pike 9e857dbdcc template: rearrange the code into separate files.
The single file was getting unwieldy.
Also remove use of vector; a slice works fine - although
it's an unusual one.

R=golang-dev, r, gri
CC=golang-dev
https://golang.org/cl/4576042
2011-06-06 21:33:02 +00:00
..
Makefile template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
doc.go template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
execute.go template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
format.go template: change the signature of formatters for future development. 2010-12-01 13:33:49 -08:00
parse.go template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
template_test.go template: fix and clean interaction between quotes and formatters 2011-05-30 11:53:09 -03:00