projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a5168
)
Adding getJson and getCsv to funcMap
author
Cyrill Schumacher
<cyrill@schumacher.fm>
Sun, 11 Jan 2015 21:59:42 +0000
(08:59 +1100)
committer
spf13
<steve.francia@gmail.com>
Tue, 17 Feb 2015 17:14:39 +0000
(12:14 -0500)
tpl/template.go
patch
|
blob
|
history
diff --git
a/tpl/template.go
b/tpl/template.go
index 3377b9a3d67e8d1a3dace6def1e460eadce7b628..320f969c836126f6dc1197b28186ac140c899578 100644
(file)
--- a/
tpl/template.go
+++ b/
tpl/template.go
@@
-1300,6
+1300,8
@@
func init() {
"replace": Replace,
"trim": Trim,
"dateFormat": DateFormat,
+ "getJson": GetJson,
+ "getCsv": GetCsv,
}
}