func path/filepath.Glob

8 uses

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

	github.com/google/safehtml/template
		template.go#L628: 	filenames, err := filepath.Glob(pattern)

	github.com/kevinburke/ssh_config
		config.go#L572: 		theseMatches, err := filepath.Glob(path)

	golang.org/x/pkgsite/internal/proxy
		test_helper.go#L55: 	files, err := filepath.Glob(filepath.Join(dir, "*.txtar"))

	golang.org/x/pkgsite/internal/symbol
		apigodoc.go#L74: 	files, err := filepath.Glob(apiGlob)

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

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