From 47b74a5505d4c9979d24a8bcffde711a60c5f23a Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 9 Jun 2024 19:25:17 -0400 Subject: chore(api)!: Overhauling config and rendering types (#2094) Signed-off-by: Dave Henderson --- template_windows_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template_windows_test.go') diff --git a/template_windows_test.go b/template_windows_test.go index 4deba7d9..590e7969 100644 --- a/template_windows_test.go +++ b/template_windows_test.go @@ -11,7 +11,6 @@ import ( "github.com/hack-pad/hackpadfs" "github.com/hack-pad/hackpadfs/mem" - "github.com/hairyhenderson/gomplate/v4/internal/config" "github.com/hairyhenderson/gomplate/v4/internal/datafs" "github.com/stretchr/testify/assert" @@ -30,7 +29,7 @@ func TestWalkDir_Windows(t *testing.T) { ctx := datafs.ContextWithFSProvider(context.Background(), datafs.WrappedFSProvider(fsys, "file")) - cfg := &config.Config{} + cfg := &Config{} _, err := walkDir(ctx, cfg, `C:\indir`, simpleNamer(`C:/outdir`), nil, nil, 0, false) require.Error(t, err) -- cgit v1.2.3