]> Cypherpunks repositories - gostls13.git/commit
change template function interface to
authorRuss Cox <rsc@golang.org>
Tue, 14 Apr 2009 02:29:23 +0000 (19:29 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 14 Apr 2009 02:29:23 +0000 (19:29 -0700)
commit6d617a881aa6d00e7e7d44c9bdf499ea798647fe
tree3618d0d309fed5b07545c06d2ab30e6a886ae1d8
parenta20a50b0b261450a46cff105d923cca78440b817
change template function interface to

func(w io.Write, value interface{}, format string)

R=r
DELTA=16  (3 added, 3 deleted, 10 changed)
OCL=27399
CL=27401
src/lib/template/format.go
src/lib/template/template.go