Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyUpgrades (0.22 sec)

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

    // needed to maintain any already-resolved versions of other modules.
    // applyUpgrades does not mark the new versions as resolved, so they can still
    // be further modified by other queries (such as wildcards).
    //
    // If all pathSets are resolved without any changes to the build list,
    // applyUpgrades returns with changed=false.
    func (r *resolver) applyUpgrades(ctx context.Context, upgrades []pathSet) (changed bool) {
    	defer base.ExitIfErrors()
    
    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