]> Cypherpunks repositories - gostls13.git/commit
Start list of default formatters for template variables.
authorRob Pike <r@golang.org>
Thu, 9 Apr 2009 07:10:46 +0000 (00:10 -0700)
committerRob Pike <r@golang.org>
Thu, 9 Apr 2009 07:10:46 +0000 (00:10 -0700)
commit9192dd8e86f90618c1a9907f665fdf2d946e4051
tree3d37748be13111de736d9f72d36ab53e97f7c183
parent4482801477bedbc0beb76c220e793450e0b01737
Start list of default formatters for template variables.
The HTML one here is just a stub - should use an HTML library to do the right thing.

R=rsc
DELTA=54  (47 added, 2 deleted, 5 changed)
OCL=27250
CL=27250
src/lib/Makefile
src/lib/template/Makefile
src/lib/template/format.go [new file with mode: 0644]
src/lib/template/template.go
src/lib/template/template_test.go