Fix `echoParam` template function to accept string key name
authorTatsushi Demachi <tdemachi@gmail.com>
Wed, 7 Jan 2015 12:26:46 +0000 (21:26 +0900)
committerbep <bjorn.erik.pedersen@gmail.com>
Thu, 8 Jan 2015 01:32:17 +0000 (02:32 +0100)
commitd12f6cd7751ba5072dde8a1adda2b773719309fc
treeea3adfcc4d840627de1ee4d03888e6818e105957
parentc0f54aefe38bc16406a187b3d20b6ffddc70eb04
Fix `echoParam` template function to accept string key name

This changes `echoParam` template function behavior to accept not only
an array or a slice and its index pair but also a map and its key pair.

This also changes the function that float and uint values are treated as
a valid result type of it.

Fix #771
tpl/template.go
tpl/template_test.go