]> Cypherpunks repositories - gostls13.git/commit
error handling had a bug in execute: the error channel was being shared.
authorRob Pike <r@golang.org>
Wed, 6 May 2009 20:42:59 +0000 (13:42 -0700)
committerRob Pike <r@golang.org>
Wed, 6 May 2009 20:42:59 +0000 (13:42 -0700)
commit0c3a43e7b2fcbc99279de4a2d0c04b777360e381
tree8203a33df10cb37bf3ce7c3c160faaa41022c9c6
parent876c637e420ffa10214f2781f2d3eb6cec024b02
error handling had a bug in execute: the error channel was being shared.
fix that and clean up state handling a little.

R=rsc
DELTA=44  (18 added, 8 deleted, 18 changed)
OCL=28359
CL=28359
src/lib/template/template.go