fix: linter errors (#263)

* refactor: extract magic numbers to const

* fix: linter errors
This commit is contained in:
Maas Lalani
2023-10-02 19:28:35 -07:00
committed by GitHub
parent ea723982eb
commit 0aaa280081
7 changed files with 40 additions and 130 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"text/template"
)
// TemplateFuncMap contains a few useful template helpers
// TemplateFuncMap contains a few useful template helpers.
var (
TemplateFuncMap = template.FuncMap{
"Left": func(values ...interface{}) string {