From 6bdb00100066476c0fc07946ec4fba59b40b6c7a Mon Sep 17 00:00:00 2001 From: stormcow Date: Tue, 6 Aug 2024 11:27:17 +0200 Subject: [PATCH] removed commented line Signed-off-by: stormcow --- pkg/template/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/template/template.go b/pkg/template/template.go index 9f80ff9..ebfedea 100644 --- a/pkg/template/template.go +++ b/pkg/template/template.go @@ -38,7 +38,6 @@ var funcs = template.FuncMap{ "title": func(title string) string { return cases.Title(language.AmericanEnglish).String(title) }, - // cases.Title, // join is equal to strings.Join but inverts the argument order // for easier pipelining in templates. "join": func(sep string, s []string) string {