summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-06-12 23:14:31 -0400
committerDave Henderson <dhenderson@gmail.com>2017-06-12 23:18:53 -0400
commita0cbffc2972202b05c48d5ecda7773578c7026a2 (patch)
tree278bfef3e032c8713b8ca864021df1f12d1832d5 /funcs.go
parentc40d861bc6b49d646ef7aff618ae8ff826bc1619 (diff)
Adding net.Lookup* 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 bd1367f4..6a1504de 100644
--- a/funcs.go
+++ b/funcs.go
@@ -53,5 +53,6 @@ func initFuncs(data *Data) template.FuncMap {
}
funcs.AWSFuncs(f)
funcs.AddBase64Funcs(f)
+ funcs.AddNetFuncs(f)
return f
}