]> Cypherpunks repositories - gostls13.git/commit
add the ability to invoke niladic single-valued methods in templates.
authorRob Pike <r@golang.org>
Wed, 16 Dec 2009 11:10:50 +0000 (03:10 -0800)
committerRob Pike <r@golang.org>
Wed, 16 Dec 2009 11:10:50 +0000 (03:10 -0800)
commit42a2e9598979f998ccdd91f63dc149795b6f6d22
tree5e5cadf91c7b1a0ae3dd4b365fe0f04237edf0e7
parenta8fbf5dc2cd5b58167402df47bb06217c5e8fd22
add the ability to invoke niladic single-valued methods in templates.
Fixes #389.

R=rsc
CC=golang-dev
https://golang.org/cl/180061
src/pkg/template/template.go
src/pkg/template/template_test.go