Home | History | Annotate | Download | only in template

Lines Matching refs:pattern

59 	// pattern is the glob pattern used to find all the template files.
60 pattern := filepath.Join(dir, "*.tmpl")
65 tmpl := template.Must(template.ParseGlob(pattern))
131 // pattern is the glob pattern used to find all the template files.
132 pattern := filepath.Join(dir, "*.tmpl")
136 templates := template.Must(template.ParseGlob(pattern))
179 // pattern is the glob pattern used to find all the template files.
180 pattern := filepath.Join(dir, "*.tmpl")
184 drivers := template.Must(template.ParseGlob(pattern))