Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsToolchain (0.13 sec)

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

    		if gover.IsToolchain(path) {
    			continue
    		}
    		old := r.initialVersion[path]
    		new := reason.version
    		if old != new && (old != "" || new != "none") {
    			changes[path] = change{path, old, new}
    		}
    	}
    
    	// Collect changes to explicit requirements in go.mod.
    	for _, req := range oldReqs {
    		if gover.IsToolchain(req.Path) {
    			continue
    		}
    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