]> Cypherpunks.ru repositories - gostls13.git/commit
template: reverse order of arguments to Execute
authorRob Pike <r@golang.org>
Wed, 9 Feb 2011 22:23:01 +0000 (14:23 -0800)
committerRob Pike <r@golang.org>
Wed, 9 Feb 2011 22:23:01 +0000 (14:23 -0800)
commitfb9e37cd9bc9fcb3c8a325867ef843b2e23d1853
treecc71a7f0d37ed3dae6cb12d7b1327c189f66b60a
parent2a81292ac35a1a71d64f28150c96e57b74f882d3
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
12 files changed:
doc/codelab/wiki/final.go
doc/codelab/wiki/index.html
doc/effective_go.html
misc/goplay/goplay.go
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go
src/cmd/goinstall/make.go
src/pkg/exp/eval/gen.go
src/pkg/rpc/debug.go
src/pkg/template/template.go
src/pkg/template/template_test.go
test/chan/select5.go