Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertPruning (0.1 sec)

  1. src/cmd/go/internal/modload/edit.go

    			// older than gover.GoStrictVersion. Once that is fixed, is this still
    			// needed?
    			rootPruning = unpruned
    			break
    		}
    	}
    
    	if rootPruning != rs.pruning {
    		rs, err = convertPruning(ctx, rs, rootPruning)
    		if err != nil {
    			return orig, false, err
    		}
    	}
    
    	// selectedRoot records the edited version (possibly "none") for each module
    	// path that would be a root in the edited requirements.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top