Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToolDir (0.06 sec)

  1. src/cmd/go/internal/load/pkg.go

    		if InstallTargetDir(p) == ToTool {
    			// This is for 'go tool'.
    			// Override all the usual logic and force it into the tool directory.
    			if cfg.BuildToolchainName == "gccgo" {
    				p.Target = filepath.Join(build.ToolDir, elem)
    			} else {
    				p.Target = filepath.Join(cfg.GOROOTpkg, "tool", full)
    			}
    		}
    	} else if p.Internal.Local {
    		// Local import turned into absolute path.
    		// No permanent install target.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top