From 04838d660789b2180c4e8d380a3b05b2a3577ad1 Mon Sep 17 00:00:00 2001 From: Kevin Gimbel Date: Wed, 14 Jun 2017 12:49:33 +0200 Subject: [PATCH] (tempalte): switch from html/template to text/template --- pkg/fakedata/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fakedata/template.go b/pkg/fakedata/template.go index 73ce4d5..d9b01b0 100644 --- a/pkg/fakedata/template.go +++ b/pkg/fakedata/template.go @@ -2,10 +2,10 @@ package fakedata import ( "fmt" - "html/template" "io" "os" "strings" + "text/template" ) // generatorFunctions holds all the functions available for the template