diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-01-25 21:13:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 21:13:05 -0500 |
| commit | 562bcd95dfb6fb14af7e0b5829beccff3636d2f1 (patch) | |
| tree | 6bc5a35dd6c441010a58c9f962e46ee330e58031 /funcs.go | |
| parent | ebb97fb7367fb983cffc1935a8fb57e4b80f5249 (diff) | |
Remove deprecated functions (#1978)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'funcs.go')
| -rw-r--r-- | funcs.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
