From c168666b6de354ac3a8986ebef89efe354471538 Mon Sep 17 00:00:00 2001 From: Cyrill Schumacher Date: Mon, 12 Jan 2015 08:59:42 +1100 Subject: [PATCH] Adding getJson and getCsv to funcMap --- tpl/template.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tpl/template.go b/tpl/template.go index 3377b9a3d..320f969c8 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -1300,6 +1300,8 @@ func init() { "replace": Replace, "trim": Trim, "dateFormat": DateFormat, + "getJson": GetJson, + "getCsv": GetCsv, } }