We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2847e7b commit f73d957Copy full SHA for f73d957
template.go
@@ -63,6 +63,7 @@ func generateFile(config Config, containers Context) bool {
63
"groupBy": groupBy,
64
"groupByMulti": groupByMulti,
65
"split": strings.Split,
66
+ "replace": strings.Replace,
67
}).ParseFiles(templatePath)
68
if err != nil {
69
log.Fatalf("unable to parse template: %s", err)
0 commit comments