From 65eb05384f36aedeee951c0ba5e8d887d98302da Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 30 Aug 2013 16:07:06 -0700 Subject: [PATCH] packer: pass tests --- packer/config_template_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/packer/config_template_test.go b/packer/config_template_test.go index fc255246d..4c4864cda 100644 --- a/packer/config_template_test.go +++ b/packer/config_template_test.go @@ -1,7 +1,6 @@ package packer import ( - "encoding/json" "math" "strconv" "testing"