Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateMatches (0.25 sec)

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

    		allPatternIsRoot: allPatternIsRoot,
    
    		listRoots: func(rs *Requirements) (roots []string) {
    			updateMatches(rs, nil)
    			for _, m := range matches {
    				roots = append(roots, m.Pkgs...)
    			}
    			return roots
    		},
    	})
    
    	// One last pass to finalize wildcards.
    	updateMatches(ld.requirements, ld)
    
    	// List errors in matching patterns (such as directory permission
    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