func path/filepath.Glob
4 uses
path/filepath (current package)
match.go#L243: func Glob(pattern string) (matches []string, err error) {
match.go#L273: m, err = Glob(dir)
html/template
template.go#L476: filenames, err := filepath.Glob(pattern)
text/template
helper.go#L123: filenames, err := filepath.Glob(pattern)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)