summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-02-28 20:34:31 -0500
committerDave Henderson <dhenderson@gmail.com>2019-03-17 13:00:23 -0400
commit0347dd1f69480206fb23ff754cbf5b459bf06817 (patch)
tree91cc47762c0cb13c53d66d969fda29c511523a5a /funcs.go
parent13c1c4bf680acb6c9421c30c72ec21a626897b70 (diff)
New random namespace for generating random strings and numbers
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 7d2c69ea..7d8c7378 100644
--- a/funcs.go
+++ b/funcs.go
@@ -28,5 +28,6 @@ func Funcs(d *data.Data) template.FuncMap {
funcs.AddTestFuncs(f)
funcs.AddCollFuncs(f)
funcs.AddUUIDFuncs(f)
+ funcs.AddRandomFuncs(f)
return f
}