]> Cypherpunks repositories - gostls13.git/commit
template: indirect or dereference function arguments if necessary to match the type...
authorRob Pike <r@golang.org>
Tue, 6 Sep 2011 22:34:38 +0000 (15:34 -0700)
committerRob Pike <r@golang.org>
Tue, 6 Sep 2011 22:34:38 +0000 (15:34 -0700)
commitd45e808c91789e48ed0a54347a3198a56e0ef86d
tree6dc9b2f3148664d1d0af8ef133d0be3a8c2139ec
parent0783dd90270b1da4b1a553f7a8a625c16838ee54
template: indirect or dereference function arguments if necessary to match the type of the formal.
Fixes #2235

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4967056
src/pkg/template/exec.go
src/pkg/template/exec_test.go