Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for FromToolchain (0.1 sec)

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

    	rootPruning := orig.pruning
    	for _, m := range mustSelect {
    		if m.Path == "go" {
    			rootPruning = pruningForGoVersion(m.Version)
    			break
    		} else if m.Path == "toolchain" && pruningForGoVersion(gover.FromToolchain(m.Version)) == unpruned {
    			// We don't know exactly what go version we will end up at, but we know
    			// that it must be a version supported by the requested toolchain, and
    			// that toolchain does not support pruning.
    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