Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkWildcardVersions (0.15 sec)

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

    			})
    		})
    	}
    	<-r.work.Idle()
    }
    
    // checkWildcardVersions reports an error if any module in the build list has a
    // path (or contains a package) matching a query with a wildcard pattern, but
    // has a selected version that does *not* match the query.
    func (r *resolver) checkWildcardVersions(ctx context.Context) {
    	defer base.ExitIfErrors()
    
    	for _, q := range r.wildcardQueries {
    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