From 562bcd95dfb6fb14af7e0b5829beccff3636d2f1 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 25 Jan 2024 21:13:05 -0500 Subject: Remove deprecated functions (#1978) Signed-off-by: Dave Henderson --- funcs.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'funcs.go') 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 -- cgit v1.2.3