summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-01-25 21:13:05 -0500
committerGitHub <noreply@github.com>2024-01-25 21:13:05 -0500
commit562bcd95dfb6fb14af7e0b5829beccff3636d2f1 (patch)
tree6bc5a35dd6c441010a58c9f962e46ee330e58031 /funcs.go
parentebb97fb7367fb983cffc1935a8fb57e4b80f5249 (diff)
Remove deprecated functions (#1978)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/funcs.go b/funcs.go
index 1b4556d2..d375f5b6 100644
--- a/funcs.go
+++ b/funcs.go
@@ -9,13 +9,6 @@ import (
"github.com/hairyhenderson/gomplate/v4/internal/funcs"
)
-// Funcs -
-//
-// Deprecated: use [CreateFuncs] instead
-func Funcs(d *data.Data) template.FuncMap {
- return CreateFuncs(context.Background(), d)
-}
-
// CreateFuncs - function mappings are created here
//
//nolint:staticcheck