Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewMatch (0.08 sec)

  1. src/cmd/go/internal/modload/load.go

    	}
    
    	patterns = search.CleanPatterns(patterns)
    	matches = make([]*search.Match, 0, len(patterns))
    	allPatternIsRoot := false
    	for _, pattern := range patterns {
    		matches = append(matches, search.NewMatch(pattern))
    		if pattern == "all" {
    			allPatternIsRoot = true
    		}
    	}
    
    	updateMatches := func(rs *Requirements, ld *loader) {
    		for _, m := range matches {
    			switch {
    			case m.IsLocal():
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top