]> Cypherpunks repositories - gostls13.git/commit
template: for range on a map, sort the keys if feasible.
authorRob Pike <r@golang.org>
Fri, 13 Jan 2012 22:09:13 +0000 (14:09 -0800)
committerRob Pike <r@golang.org>
Fri, 13 Jan 2012 22:09:13 +0000 (14:09 -0800)
commita5950df89e129e93f76aa8391f84beb460ef82be
tree98f8b94f023a36cb07d700bc2a9d917eeb0dec6e
parent92c8df46c6f398930ba598b1a2eb1248e739cc0b
template: for range on a map, sort the keys if feasible.
Fixes #2696.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5543055
src/pkg/text/template/doc.go
src/pkg/text/template/exec.go
src/pkg/text/template/exec_test.go