Skip to content

Commit

Permalink
(tempalte): switch from html/template to text/template
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGimbel committed Jun 14, 2017
1 parent 21388c5 commit 04838d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fakedata/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package fakedata

import (
"fmt"
"html/template"
"io"
"os"
"strings"
"text/template"
)

// generatorFunctions holds all the functions available for the template
Expand Down

0 comments on commit 04838d6

Please sign in to comment.