• Ugorji Nwoke's avatar
    text/template: exec should accept interface value as valid. · 4f7c33cd
    Ugorji Nwoke authored
    Currently, if you pass some data to a template as an interface (e.g. interface{})
    and extract that value that value as a parameter for a function, it fails, saying
    wrong type.
    
    This is because it is only looking at the interface type, not the interface content.
    
    This CL uses the underlying content as the parameter to the func.
    
    Fixes #3642.
    
    R=golang-dev, r, r
    CC=golang-dev
    https://golang.org/cl/6218052
    4f7c33cd
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...