ref: c168666b6de354ac3a8986ebef89efe354471538
parent: 41a516819846b98e3b3d13d03815d6d325fbc1e5
author: Cyrill Schumacher <[email protected]>
date: Mon Jan 12 03:59:42 EST 2015
Adding getJson and getCsv to funcMap
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -1300,6 +1300,8 @@
"replace": Replace,
"trim": Trim,
"dateFormat": DateFormat,
+ "getJson": GetJson,
+ "getCsv": GetCsv,
}
}