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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |