Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for batch_node (0.08 sec)

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

    	// But default to turning off ControlMaster.
    	if os.Getenv("GIT_SSH") == "" && os.Getenv("GIT_SSH_COMMAND") == "" {
    		os.Setenv("GIT_SSH_COMMAND", "ssh -o ControlMaster=no -o BatchMode=yes")
    	}
    
    	if os.Getenv("GCM_INTERACTIVE") == "" {
    		os.Setenv("GCM_INTERACTIVE", "never")
    	}
    	if modRoots != nil {
    		// modRoot set before Init was called ("go mod init" does this).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top