summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-01-28 22:18:00 -0500
committerDave Henderson <dhenderson@gmail.com>2019-01-28 22:41:18 -0500
commit400af7d6edb5022bf6dd88887d0af17b2c3cade0 (patch)
treea6c6bba20be0092fb0403375ce75cb56725c1d7e /funcs.go
parentad7c7479a4425aff310038e7538622b4347322de (diff)
New collections (coll) namespace, plus new functions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs.go b/funcs.go
index e8dd76fe..0b7c9e77 100644
--- a/funcs.go
+++ b/funcs.go
@@ -26,5 +26,6 @@ func Funcs(d *data.Data) template.FuncMap {
funcs.AddPathFuncs(f)
funcs.AddSockaddrFuncs(f)
funcs.AddTestFuncs(f)
+ funcs.AddCollFuncs(f)
return f
}