aboutsummaryrefslogtreecommitdiff
path: root/util/render_template.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-02-17 11:21:58 +0100
committerStefan Majewsky <majewsky@gmx.net>2018-02-17 11:21:58 +0100
commit5f156b42b634d57bd7d0dc835d738401b908bcf2 (patch)
treef6e657d4cdf53bd66c0660873d721c5e142b793a /util/render_template.go
parentf2bbc3ca2d83b8e0da3ff3652f9d721c6cd91955 (diff)
downloadgo-schwift-5f156b42b634d57bd7d0dc835d738401b908bcf2.tar.gz
add Container.Objects(), type ObjectIterator
Diffstat (limited to 'util/render_template.go')
-rwxr-xr-xutil/render_template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/render_template.go b/util/render_template.go
index 1db8840..2898623 100755
--- a/util/render_template.go
+++ b/util/render_template.go
@@ -23,10 +23,10 @@ package main
import (
"encoding/json"
"fmt"
- "html/template"
"io/ioutil"
"os"
"strings"
+ "text/template"
)
func main() {