func io/fs.Glob

5 uses

	io/fs (current package)
		glob.go#L33: func Glob(fsys FS, pattern string) (matches []string, err error) {
		glob.go#L62: 	m, err = Glob(fsys, dir)
		sub.go#L118: 	list, err := Glob(f.fsys, full)

	html/template
		template.go#L512: 		list, err := fs.Glob(fsys, pattern)

	text/template
		helper.go#L153: 		list, err := fs.Glob(fsys, pattern)