summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-06-01 09:17:21 -0400
committerDave Henderson <dhenderson@gmail.com>2018-07-11 22:15:42 -0400
commitac54b0f5c41109f3da48915526a8baddda241877 (patch)
tree0cbdb31ce3023b08decfeec7b84685c0ee7f7717 /funcs.go
parent7e48439c55336793015a8a499b77d528b3ef5135 (diff)
New path function namespace
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/funcs.go b/funcs.go
index 16a61f0c..1a0527f0 100644
--- a/funcs.go
+++ b/funcs.go
@@ -22,6 +22,8 @@ func initFuncs(d *data.Data) template.FuncMap {
funcs.AddMathFuncs(f)
funcs.AddCryptoFuncs(f)
funcs.AddFileFuncs(f)
+ funcs.AddFilePathFuncs(f)
+ funcs.AddPathFuncs(f)
funcs.AddSockaddrFuncs(f)
return f
}