]> Cypherpunks repositories - gostls13.git/commit
old/template: copy code from template
authorRob Pike <r@golang.org>
Mon, 15 Aug 2011 05:16:57 +0000 (15:16 +1000)
committerRob Pike <r@golang.org>
Mon, 15 Aug 2011 05:16:57 +0000 (15:16 +1000)
commitd7440ce21a8a4937e1dd3e7d153eef298fe8dadc
tree5224074e2c90647171b0e919ead876304b986d24
parente3df71f50bfd7e2d0706a6fa8d3ff56b3d7c4b0a
old/template: copy code from template
First step of moving exp/template into template: save the old code.
Code is unedited except for target name in Makefile.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4893042
src/pkg/old/template/Makefile [new file with mode: 0644]
src/pkg/old/template/doc.go [new file with mode: 0644]
src/pkg/old/template/execute.go [new file with mode: 0644]
src/pkg/old/template/format.go [new file with mode: 0644]
src/pkg/old/template/parse.go [new file with mode: 0644]
src/pkg/old/template/template_test.go [new file with mode: 0644]