func path/filepath.Match
4 uses
path/filepath (current package)
match.go#L43: func Match(pattern, name string) (matched bool, err error) {
match.go#L254: if _, err := Match(pattern, ""); err != nil {
match.go#L350: matched, err := Match(pattern, n)
nhooyr.io/websocket
accept.go#L237: return filepath.Match(strings.ToLower(pattern), strings.ToLower(s))
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |