summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-07-16 22:47:20 -0400
committerDave Henderson <dhenderson@gmail.com>2018-07-16 23:31:03 -0400
commitd7b399111b60111d2acbeff7afd3f2792f87b394 (patch)
tree21a744835e2bb52748c8eb81ac12a31c17aaf844 /funcs.go
parenta6de67d2cc283042569501854fbfaa438032f52f (diff)
Adding fail and assert 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 1a0527f0..7d8fd3a2 100644
--- a/funcs.go
+++ b/funcs.go
@@ -25,5 +25,6 @@ func initFuncs(d *data.Data) template.FuncMap {
funcs.AddFilePathFuncs(f)
funcs.AddPathFuncs(f)
funcs.AddSockaddrFuncs(f)
+ funcs.AddTestFuncs(f)
return f
}