Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for performPathQueries (0.14 sec)

  1. src/cmd/go/internal/modget/get.go

    		}
    	}
    }
    
    // performPathQueries populates the candidates for each query whose pattern is
    // a path literal.
    //
    // The candidate packages and modules for path literals depend only on the
    // initial build list, not the current build list, so we only need to query path
    // literals once.
    func (r *resolver) performPathQueries(ctx context.Context) {
    	for _, q := range r.pathQueries {
    		q := q
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top