summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-03-12 19:25:48 -0400
committerDave Henderson <dhenderson@gmail.com>2019-03-14 20:38:46 -0400
commit04edae94a4ade092a895770f268e5e6c9d69e117 (patch)
tree47f5e1b6fcb7b3b45598747953307498a74a71b6 /funcs.go
parenta5706df3ccdb0d3018e7c75bdddff63d1e95e2df (diff)
New uuid namespace
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 0b7c9e77..7d2c69ea 100644
--- a/funcs.go
+++ b/funcs.go
@@ -27,5 +27,6 @@ func Funcs(d *data.Data) template.FuncMap {
funcs.AddSockaddrFuncs(f)
funcs.AddTestFuncs(f)
funcs.AddCollFuncs(f)
+ funcs.AddUUIDFuncs(f)
return f
}