diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-02 16:11:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-02 16:11:01 -0400 |
commit | 1a7dd9bd692ff9db64cea670fa0feaa79c82706d (patch) | |
tree | 96ddc744a323c97deab92fa8f82a0b62cde89547 /src/util | |
parent | ade49d8845e044292da64fcbe72a1f7ee91e66d9 (diff) |
gofmt
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/template.go | 2 |
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 { |