From cecef21d4f50a0ddb710558f854c574fd7bf801c Mon Sep 17 00:00:00 2001 From: Brad Date: Tue, 4 Mar 2014 10:50:53 -0800 Subject: [PATCH] fixed merge issue with template.go and duplicate `fmt` import --- pkg/template/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/template/template.go b/pkg/template/template.go index c26d62fa..ed5d6b4b 100644 --- a/pkg/template/template.go +++ b/pkg/template/template.go @@ -7,7 +7,6 @@ import ( "io" "crypto/md5" "strings" - "fmt" "github.com/GeertJohan/go.rice" )