Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for issue34264Index (0.14 sec)

  1. src/net/dial_test.go

    		{"tcp", "::1", &TCPAddr{IP: IPv6loopback}, nil},
    		{"tcp", "::1", &UDPAddr{}, &AddrError{Err: "some error"}},
    		{"tcp", "::1", &UnixAddr{}, &AddrError{Err: "some error"}},
    	}
    
    	issue34264Index := -1
    	if supportsIPv4map() {
    		issue34264Index = len(tests)
    		tests = append(tests, test{
    			"tcp", "127.0.0.1", &TCPAddr{IP: ParseIP("::")}, nil,
    		})
    	} else {
    		tests = append(tests, test{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top