From f4a7377c5d3a22c19af32b549827f8a0509a76ab Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 31 Jul 2017 22:50:41 -0400 Subject: Moving getenv to separate package Signed-off-by: Dave Henderson --- gomplate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gomplate_test.go') 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{ -- cgit v1.2.3