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 b8b9bb0 commit ddeebabCopy full SHA for ddeebab
examples/basic/templates/txttmpl/funcmap.go
@@ -12,6 +12,7 @@ import (
12
//
13
// # REFERENCES
14
// - https://pkg.go.dev/text/template@latest
15
+// - https://stackoverflow.com/questions/38081807/for-loop-of-two-variables-in-go
16
func FuncMap() error {
17
var (
18
tmpls = []string{
0 commit comments