Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // downgraded to a non-conflicting version (possibly "none").
    //
    // If the resulting build list is the same as the one resulting from the last
    // call to updateBuildList, updateBuildList returns with changed=false.
    func (r *resolver) updateBuildList(ctx context.Context, additions []module.Version) (changed bool) {
    	defer base.ExitIfErrors()
    
    	resolved := make([]module.Version, 0, len(r.resolvedVersion))
    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