summaryrefslogtreecommitdiff
path: root/src/util/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/template.go')
-rw-r--r--src/util/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/template.go b/src/util/template.go
index 3c5bd40..ec5ac18 100644
--- a/src/util/template.go
+++ b/src/util/template.go
@@ -2,8 +2,8 @@ package util
import (
"path"
- "text/template"
"strings"
+ "text/template"
)
func NewTemplate(filenames ...string) *template.Template {