diff options
Diffstat (limited to 'funcs.go')
| -rw-r--r-- | funcs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 - |
