func path/filepath.Glob

3 uses

	path/filepath (current package)
		match.go#L243: func Glob(pattern string) (matches []string, err error) {

	html/template
		template.go#L470: 	filenames, err := filepath.Glob(pattern)

	text/template
		helper.go#L124: 	filenames, err := filepath.Glob(pattern)