From 5f156b42b634d57bd7d0dc835d738401b908bcf2 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 17 Feb 2018 11:21:58 +0100 Subject: add Container.Objects(), type ObjectIterator --- util/render_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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() { -- cgit v1.2.3