summaryrefslogtreecommitdiff
path: root/src/util/template.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-02 16:11:01 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-02 16:11:01 -0400
commit1a7dd9bd692ff9db64cea670fa0feaa79c82706d (patch)
tree96ddc744a323c97deab92fa8f82a0b62cde89547 /src/util/template.go
parentade49d8845e044292da64fcbe72a1f7ee91e66d9 (diff)
gofmt
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 {