Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchPatternInternal (0.17 sec)

  1. src/cmd/internal/pkgpattern/pkgpattern.go

    // net and packages in its subdirectories, like net/http.
    func MatchSimplePattern(pattern string) func(name string) bool {
    	return matchPatternInternal(pattern, false)
    }
    
    func matchPatternInternal(pattern string, vendorExclude bool) func(name string) bool {
    	// Convert pattern to regular expression.
    	// The strategy for the trailing /... is to nest it in an explicit ? expression.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 27 16:43:40 UTC 2022
    - 4.8K bytes
    - Viewed (0)
Back to top