diff options
Diffstat (limited to 'gomplate_test.go')
| -rw-r--r-- | gomplate_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomplate_test.go b/gomplate_test.go index 1d55751b..cd940d30 100644 --- a/gomplate_test.go +++ b/gomplate_test.go @@ -9,6 +9,7 @@ import ( "text/template" "github.com/hairyhenderson/gomplate/aws" + "github.com/hairyhenderson/gomplate/env" "github.com/stretchr/testify/assert" ) @@ -19,7 +20,6 @@ func testTemplate(g *Gomplate, template string) string { } func TestGetenvTemplates(t *testing.T) { - env := &Env{} typeconv := &TypeConv{} g := &Gomplate{ funcMap: template.FuncMap{ |
