Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canMatchInModule (0.19 sec)

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

    	// We want to match any packages in existing dependencies, but we only want to
    	// resolve new dependencies if nothing else turns up.
    	for _, curM := range r.buildList {
    		if !q.canMatchInModule(curM.Path) {
    			continue
    		}
    		q.pathOnce(curM.Path, func() pathSet {
    			if _, hit := r.noneForPath(curM.Path); hit {
    				// This module is being removed, so it will no longer be in the build list
    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