Adding getJson and getCsv to funcMap
authorCyrill Schumacher <cyrill@schumacher.fm>
Sun, 11 Jan 2015 21:59:42 +0000 (08:59 +1100)
committerspf13 <steve.francia@gmail.com>
Tue, 17 Feb 2015 17:14:39 +0000 (12:14 -0500)
tpl/template.go

index 3377b9a3d67e8d1a3dace6def1e460eadce7b628..320f969c836126f6dc1197b28186ac140c899578 100644 (file)
@@ -1300,6 +1300,8 @@ func init() {
                "replace":     Replace,
                "trim":        Trim,
                "dateFormat":  DateFormat,
+               "getJson":     GetJson,
+               "getCsv":      GetCsv,
        }
 
 }