fixed merge issue with template.go and duplicate fmt import

This commit is contained in:
Brad 2014-03-04 10:50:53 -08:00
parent 5d93b65e9c
commit cecef21d4f

View file

@ -7,7 +7,6 @@ import (
"io"
"crypto/md5"
"strings"
"fmt"
"github.com/GeertJohan/go.rice"
)