]> Cypherpunks repositories - gostls13.git/commit
exp/template: make Set.MustParse* methods return the set.
authorRoger Peppe <rogpeppe@gmail.com>
Thu, 28 Jul 2011 15:41:06 +0000 (08:41 -0700)
committerRob Pike <r@golang.org>
Thu, 28 Jul 2011 15:41:06 +0000 (08:41 -0700)
commit3041f2a37c27231b781a0c71b786afddde5afad9
treeb93a8812b584ae6ede04fa3f7fdf668b2e679bae
parentfa249cae384ae2b56351cd9856ffaed49b5b931e
exp/template: make Set.MustParse* methods return the set.
This brings them into line with the Template.MustParse* methods
and makes it possible to use them in global variable initializations.

R=r
CC=golang-dev
https://golang.org/cl/4798059
src/pkg/exp/template/helper.go