Skip to content

Commit ddeebab

Browse files
committed
Update funcmap.go
1 parent b8b9bb0 commit ddeebab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basic/templates/txttmpl/funcmap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
//
1313
// # REFERENCES
1414
// - https://pkg.go.dev/text/template@latest
15+
// - https://stackoverflow.com/questions/38081807/for-loop-of-two-variables-in-go
1516
func FuncMap() error {
1617
var (
1718
tmpls = []string{

0 commit comments

Comments
 (0)