From ebb97fb7367fb983cffc1935a8fb57e4b80f5249 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Thu, 25 Jan 2024 20:11:31 -0500 Subject: Move funcs package to internal (#1977) Signed-off-by: Dave Henderson --- funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs.go') diff --git a/funcs.go b/funcs.go index efe7d6bc..1b4556d2 100644 --- a/funcs.go +++ b/funcs.go @@ -5,8 +5,8 @@ import ( "text/template" "github.com/hairyhenderson/gomplate/v4/data" - "github.com/hairyhenderson/gomplate/v4/funcs" //nolint:staticcheck "github.com/hairyhenderson/gomplate/v4/internal/config" + "github.com/hairyhenderson/gomplate/v4/internal/funcs" ) // Funcs - -- cgit v1.2.3