mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
fix: linter errors (#263)
* refactor: extract magic numbers to const * fix: linter errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user