Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Team (0.04 sec)

  1. src/cmd/go/alldocs.go

    //
    // By default, the go command may download modules from https://proxy.golang.org.
    // It may authenticate modules using the checksum database at
    // https://sum.golang.org. Both services are operated by the Go team at Google.
    // The privacy policies for these services are available at
    // https://proxy.golang.org/privacy and https://sum.golang.org/privacy,
    // respectively.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		key, val, _ := cfg.GetArchEnv()
    		fmt.Fprintf(h, "%s=%s\n", key, val)
    
    		if cfg.CleanGOEXPERIMENT != "" {
    			fmt.Fprintf(h, "GOEXPERIMENT=%q\n", cfg.CleanGOEXPERIMENT)
    		}
    
    		// TODO(rsc): Convince compiler team not to add more magic environment variables,
    		// or perhaps restrict the environment variables passed to subprocesses.
    		// Because these are clumsy, undocumented special-case hacks
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top