Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for proxyaddon (0.46 sec)

  1. src/cmd/go/go_test.go

    		fmt.Printf("cmd/go test is not compatible with $GO_GCFLAGS being set\n")
    		fmt.Printf("SKIP\n")
    		return
    	}
    
    	flag.Parse()
    
    	if *proxyAddr != "" {
    		StartProxy()
    		select {}
    	}
    
    	// Run with a temporary TMPDIR to check that the tests don't
    	// leave anything behind.
    	topTmpdir, err := os.MkdirTemp("", "cmd-go-test-")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top