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 2a3d782 commit 370712aCopy full SHA for 370712a
examples/basic/templates/txttmpl/define.go
@@ -11,6 +11,7 @@ import (
11
//
12
// # REFERENCES
13
// - https://pkg.go.dev/text/template@latest
14
+// - https://stackoverflow.com/questions/37298532/variable-inside-define-template-in-golang
15
func Define() error {
16
var (
17
tmpls = []string{
0 commit comments