summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-06-14 00:42:15 -0400
committerDave Henderson <dhenderson@gmail.com>2017-06-14 00:42:15 -0400
commitd57d2c7d60fd5cfa43e83445675a87da9ce19d29 (patch)
tree3b1e7220bb71d58a8ec14cca564a9f304d5d42c4 /funcs.go
parent19c7f34bcacded8002fe561a728cfc05a2d6da06 (diff)
Enhancing indent function
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs.go b/funcs.go
index 0a15b53e..b65170a3 100644
--- a/funcs.go
+++ b/funcs.go
@@ -25,7 +25,6 @@ func initFuncs(data *Data) template.FuncMap {
"csvByRow": typeconv.CSVByRow,
"csvByColumn": typeconv.CSVByColumn,
"slice": typeconv.Slice,
- "indent": typeconv.indent,
"join": typeconv.Join,
"toJSON": typeconv.ToJSON,
"toJSONPretty": typeconv.toJSONPretty,