Adding getJson and getCsv to funcMap

This commit is contained in:
Cyrill Schumacher 2015-01-12 08:59:42 +11:00 committed by spf13
parent 41a5168198
commit c168666b6d

View file

@ -1300,6 +1300,8 @@ func init() {
"replace": Replace,
"trim": Trim,
"dateFormat": DateFormat,
"getJson": GetJson,
"getCsv": GetCsv,
}
}