commit | fb9e37cd9bc9fcb3c8a325867ef843b2e23d1853 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Feb 09 14:23:01 2011 -0800 |
committer | Rob Pike <r@golang.org> | Wed Feb 09 14:23:01 2011 -0800 |
tree | cc71a7f0d37ed3dae6cb12d7b1327c189f66b60a | |
parent | 2a81292ac35a1a71d64f28150c96e57b74f882d3 [diff] |
template: reverse order of arguments to Execute In line with other functions such as Fprintf, put the thing to be written first. Apologies for the breakages this is sure to cause. R=rsc, gri, adg, eds, r2, aam CC=golang-dev https://golang.org/cl/4169042