]> Cypherpunks repositories - gostls13.git/commit
template: rearrange the code into separate files.
authorRob Pike <r@golang.org>
Mon, 6 Jun 2011 21:33:02 +0000 (21:33 +0000)
committerRob Pike <r@golang.org>
Mon, 6 Jun 2011 21:33:02 +0000 (21:33 +0000)
commit9e857dbdcc66b8fa2da927e07531c6b8dc894cae
tree4b02b94569807a6372beaf8081c855d58af3e06a
parentf35a3df80c9df2c5bf2651746b2df047d356c8a4
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
src/pkg/template/Makefile
src/pkg/template/doc.go [new file with mode: 0644]
src/pkg/template/execute.go [new file with mode: 0644]
src/pkg/template/parse.go [moved from src/pkg/template/template.go with 58% similarity]