ref: f28762979873b8c9de33dd368cb3224c00698c34
parent: 3e8f569b8cd631f999757ce37e8d72076f64860c
author: penny <penny@limitedideas.org>
date: Sun Oct 5 19:35:07 EDT 2025
formatting
--- a/templater.go
+++ b/templater.go
@@ -36,7 +36,7 @@
return tr.tempdefs[item].stringer.String()
}
}
- return fmt.Sprintf("%%KEY_NOT_FOUND:%s", key)+ return fmt.Sprintf("[%%KEY_NOT_FOUND:%s]", key)}
return hyphenate(os.Expand(template, expandMap)), nil
--
⑨