Home | History | Annotate | Download | only in template

Lines Matching refs:pattern

57 	// pattern is the glob pattern used to find all the template files.
58 pattern := filepath.Join(dir, "*.tmpl")
63 tmpl := template.Must(template.ParseGlob(pattern))
89 // pattern is the glob pattern used to find all the template files.
90 pattern := filepath.Join(dir, "*.tmpl")
94 templates := template.Must(template.ParseGlob(pattern))
135 // pattern is the glob pattern used to find all the template files.
136 pattern := filepath.Join(dir, "*.tmpl")
140 drivers := template.Must(template.ParseGlob(pattern))