From ea9a8a6d582c97037d45e57273885d8c4a3ef287 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 14 Apr 2021 14:22:06 -0400 Subject: Stop using globals for func namespaces (#1127) 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 97c1cc18..53c35568 100644 --- a/funcs.go +++ b/funcs.go @@ -5,7 +5,7 @@ import ( "text/template" "github.com/hairyhenderson/gomplate/v3/data" - "github.com/hairyhenderson/gomplate/v3/funcs" + "github.com/hairyhenderson/gomplate/v3/funcs" //nolint:staticcheck "github.com/hairyhenderson/gomplate/v3/internal/config" ) -- cgit v1.2.3