]> Cypherpunks repositories - gostls13.git/commit
rewrite template library:
authorRob Pike <r@golang.org>
Tue, 21 Apr 2009 01:51:13 +0000 (18:51 -0700)
committerRob Pike <r@golang.org>
Tue, 21 Apr 2009 01:51:13 +0000 (18:51 -0700)
commita6bc3443519058a56d4983aee1c1d41c32b73532
tree87b2264fdd57e8930bb3e8dd825974eb579fc280
parent8e4b65d0414dc3bc561a13ad036a0ca2881e9aec
rewrite template library:
- separate parsing from execution
- rearrange code for organizational clarity
- provide execution errors and parse-time errors
- implement .or for repeated

TBR=rsc
OCL=27650
CL=27650
src/lib/template/template.go
src/lib/template/template_test.go